#BFE1DD

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

Shades of Jagged Ice #BFE1DD

Tints of Jagged Ice #BFE1DD

Color information

#BFE1DD (or 0xBFE1DD) is unknown color: approx Jagged Ice. HEX triplet: BF, E1 and DD. RGB value is (191,225,221). Sum of RGB (Red+Green+Blue) = 191+225+221=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1DD is #401E22. Grayscale: #D6D6D6. Windows color (decimal): -4202019 or 14541247. OLE color: 14541247.

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

Color convert

RGB191225221-
CMYK0.1500.020.12
HSL172.94º36.17%81.57%-
HSV(B)172.94º15.11%88.24%-
XYZ61.4670.1578.71-
YUV214.38131.74111.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=29.98%
G=35.32%
B=34.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912252210.1500.020.12172.9436.1781.57
HexBFE1DDF02Cad2452
Octal27734133517021425544122
Binary10111111111000011101110111110101100101011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1DD; }

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

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

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

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

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

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

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

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