#BFE0DE

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

Shades of Jagged Ice #BFE0DE

Tints of Jagged Ice #BFE0DE

Color information

#BFE0DE (or 0xBFE0DE) is unknown color: approx Jagged Ice. HEX triplet: BF, E0 and DE. RGB value is (191,224,222). Sum of RGB (Red+Green+Blue) = 191+224+222=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0DE is #401F21. Grayscale: #D5D5D5. Windows color (decimal): -4202274 or 14606527. OLE color: 14606527.

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

Color convert

RGB191224222-
CMYK0.1500.010.12
HSL176.36º34.74%81.37%-
HSV(B)176.36º14.73%87.84%-
XYZ61.3369.6679.32-
YUV213.9132.57111.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 224 (87.89% from 255) = 35.16%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=29.98%
G=35.16%
B=34.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912242220.1500.010.12176.3634.7481.37
HexBFE0DEF01Cb02351
Octal27734033617011426043121
Binary1011111111100000110111101111011100101100001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0DE; }

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

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

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

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

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

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

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

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