#BFF0E9

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

Shades of Jagged Ice #BFF0E9

Tints of Jagged Ice #BFF0E9

Color information

#BFF0E9 (or 0xBFF0E9) is unknown color: approx Jagged Ice. HEX triplet: BF, F0 and E9. RGB value is (191,240,233). Sum of RGB (Red+Green+Blue) = 191+240+233=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0E9 is #400F16. Grayscale: #E0E0E0. Windows color (decimal): -4198167 or 15331519. OLE color: 15331519.

HSL color Cylindrical-coordinate representation of color #BFF0E9: hue angle of 171.43º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0E9 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB191240233-
CMYK0.2000.030.06
HSL171.43º62.03%84.51%-
HSV(B)171.43º20.42%94.12%-
XYZ67.3579.2888.84-
YUV224.55132.77104.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.77%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 233 (91.41% from 255) = 35.09%
R=28.77%
G=36.14%
B=35.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912402330.2000.030.06171.4362.0384.51
HexBFF0E914036ab3e55
Octal2773603512403625376125
Binary10111111111100001110100110100011110101010111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0E9; }

 p { color: rgb(191,240,233); }

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

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

 a { background-color: rgb(191,240,233); }

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

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

 span { border-color: rgb(191,240,233); }

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