#BCE0DE

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

Shades of Jagged Ice #BCE0DE

Tints of Jagged Ice #BCE0DE

Color information

#BCE0DE (or 0xBCE0DE) is unknown color: approx Jagged Ice. HEX triplet: BC, E0 and DE. RGB value is (188,224,222). Sum of RGB (Red+Green+Blue) = 188+224+222=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0DE is #431F21. Grayscale: #D4D4D4. Windows color (decimal): -4398882 or 14606524. OLE color: 14606524.

HSL color Cylindrical-coordinate representation of color #BCE0DE: hue angle of 176.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE0DE is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB188224222-
CMYK0.1600.010.12
HSL176.67º36.73%80.78%-
HSV(B)176.67º16.07%87.84%-
XYZ60.5869.2879.29-
YUV213.01133.07110.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 224 (87.89% from 255) = 35.33%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=29.65%
G=35.33%
B=35.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882242220.1600.010.12176.6736.7380.78
HexBCE0DE1001Cb12551
Octal27434033620011426145121
Binary10111100111000001101111010000011100101100011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0DE; }

 p { color: rgb(188,224,222); }

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

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

 a { background-color: rgb(188,224,222); }

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

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

 span { border-color: rgb(188,224,222); }

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