#BFF5EC

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

Shades of Jagged Ice #BFF5EC

Tints of Jagged Ice #BFF5EC

Color information

#BFF5EC (or 0xBFF5EC) is unknown color: approx Jagged Ice. HEX triplet: BF, F5 and EC. RGB value is (191,245,236). Sum of RGB (Red+Green+Blue) = 191+245+236=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5EC is #400A13. Grayscale: #E3E3E3. Windows color (decimal): -4196884 or 15529407. OLE color: 15529407.

HSL color Cylindrical-coordinate representation of color #BFF5EC: hue angle of 170º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5EC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB191245236-
CMYK0.2200.040.04
HSL170º72.97%85.49%-
HSV(B)170º22.04%96.08%-
XYZ69.2882.4491.62-
YUV227.83132.61101.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.42%
GREEN value IS 245 (96.09% from 255) = 36.46%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=28.42%
G=36.46%
B=35.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912452360.2200.040.0417072.9785.49
HexBFF5EC16044aa4955
Octal27736535426044252111125
Binary1011111111110101111011001011001001001010101010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5EC; }

 p { color: rgb(191,245,236); }

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

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

 a { background-color: rgb(191,245,236); }

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

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

 span { border-color: rgb(191,245,236); }

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