#BCE3DF

Color #BCE3DF Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #BCE3DF

Tints of Jagged Ice #BCE3DF

Color information

#BCE3DF (or 0xBCE3DF) is unknown color: approx Jagged Ice. HEX triplet: BC, E3 and DF. RGB value is (188,227,223). Sum of RGB (Red+Green+Blue) = 188+227+223=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3DF is #431C20. Grayscale: #D6D6D6. Windows color (decimal): -4398113 or 14672828. OLE color: 14672828.

HSL color Cylindrical-coordinate representation of color #BCE3DF: hue angle of 173.85º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE3DF is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB188227223-
CMYK0.1700.020.11
HSL173.85º41.05%81.37%-
HSV(B)173.85º17.18%89.02%-
XYZ61.5370.9680.27-
YUV214.88132.58108.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 227 (89.06% from 255) = 35.58%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=29.47%
G=35.58%
B=34.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882272230.1700.020.11173.8541.0581.37
HexBCE3DF1102Bae2951
Octal27434333721021325651121
Binary101111001110001111011111100010101011101011101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE3DF; }

 p { color: rgb(188,227,223); }

 H1.HeaderClassName
 {
   color: #BCE3DF;
 }
 .AnyTagClassName
 {
   color: #BCE3DF;
 }
</style>
background-color css

<style>
 a { background-color: #BCE3DF; }

 a { background-color: rgb(188,227,223); }

 div.DivClassName
 {
   background-color: #BCE3DF;
 }
 .BgClassName
 {
   background-color: #BCE3DF;
 }
</style>
border-color css

<style>
 span { border-color: #BCE3DF; }

 span { border-color: rgb(188,227,223); }

 td.TdClassName
 {
   border-color: #BCE3DF;
 }
 .TagClassName
 {
   border-color: #BCE3DF;
 }
</style>