#BFE4DF

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

Shades of Jagged Ice #BFE4DF

Tints of Jagged Ice #BFE4DF

Color information

#BFE4DF (or 0xBFE4DF) is unknown color: approx Jagged Ice. HEX triplet: BF, E4 and DF. RGB value is (191,228,223). Sum of RGB (Red+Green+Blue) = 191+228+223=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4DF is #401B20. Grayscale: #D8D8D8. Windows color (decimal): -4201249 or 14673087. OLE color: 14673087.

HSL color Cylindrical-coordinate representation of color #BFE4DF: hue angle of 171.89º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4DF is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB191228223-
CMYK0.1600.020.11
HSL171.89º40.66%82.16%-
HSV(B)171.89º16.23%89.41%-
XYZ62.5571.8980.39-
YUV216.37131.74109.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 228 (89.45% from 255) = 35.51%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=29.75%
G=35.51%
B=34.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912282230.1600.020.11171.8940.6682.16
HexBFE4DF1002Bac2952
Octal27734433720021325451122
Binary101111111110010011011111100000101011101011001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4DF; }

 p { color: rgb(191,228,223); }

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

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

 a { background-color: rgb(191,228,223); }

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

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

 span { border-color: rgb(191,228,223); }

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