#BCE1DE

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

Shades of Jagged Ice #BCE1DE

Tints of Jagged Ice #BCE1DE

Color information

#BCE1DE (or 0xBCE1DE) is unknown color: approx Jagged Ice. HEX triplet: BC, E1 and DE. RGB value is (188,225,222). Sum of RGB (Red+Green+Blue) = 188+225+222=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1DE is #431E21. Grayscale: #D5D5D5. Windows color (decimal): -4398626 or 14606780. OLE color: 14606780.

HSL color Cylindrical-coordinate representation of color #BCE1DE: hue angle of 175.14º degrees, saturation: 0.38, 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 #BCE1DE is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB188225222-
CMYK0.1600.010.12
HSL175.14º38.14%80.98%-
HSV(B)175.14º16.44%88.24%-
XYZ60.8569.8279.38-
YUV213.59132.74109.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=29.61%
G=35.43%
B=34.96%

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
Decimal1882252220.1600.010.12175.1438.1480.98
HexBCE1DE1001Caf2651
Octal27434133620011425746121
Binary10111100111000011101111010000011100101011111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1DE; }

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

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

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

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

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

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

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

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