#BFE1DF

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

Shades of Jagged Ice #BFE1DF

Tints of Jagged Ice #BFE1DF

Color information

#BFE1DF (or 0xBFE1DF) is unknown color: approx Jagged Ice. HEX triplet: BF, E1 and DF. RGB value is (191,225,223). Sum of RGB (Red+Green+Blue) = 191+225+223=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1DF is #401E20. Grayscale: #D6D6D6. Windows color (decimal): -4202017 or 14672319. OLE color: 14672319.

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

Color convert

RGB191225223-
CMYK0.1500.010.12
HSL176.47º36.17%81.57%-
HSV(B)176.47º15.11%88.24%-
XYZ61.7370.2580.12-
YUV214.61132.74111.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=29.89%
G=35.21%
B=34.90%

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
Decimal1912252230.1500.010.12176.4736.1781.57
HexBFE1DFF01Cb02452
Octal27734133717011426044122
Binary1011111111100001110111111111011100101100001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1DF; }

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

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

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

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

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

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

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

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