#BFE0DD

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

Shades of Jagged Ice #BFE0DD

Tints of Jagged Ice #BFE0DD

Color information

#BFE0DD (or 0xBFE0DD) is unknown color: approx Jagged Ice. HEX triplet: BF, E0 and DD. RGB value is (191,224,221). Sum of RGB (Red+Green+Blue) = 191+224+221=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0DD is #401F22. Grayscale: #D5D5D5. Windows color (decimal): -4202275 or 14540991. OLE color: 14540991.

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

Color convert

RGB191224221-
CMYK0.1500.010.12
HSL174.55º34.74%81.37%-
HSV(B)174.55º14.73%87.84%-
XYZ61.1969.6178.62-
YUV213.79132.07111.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=30.03%
G=35.22%
B=34.75%

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
Decimal1912242210.1500.010.12174.5534.7481.37
HexBFE0DDF01Caf2351
Octal27734033517011425743121
Binary1011111111100000110111011111011100101011111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0DD; }

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

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

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

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

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

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

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

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