#BFF1E9

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

Shades of Jagged Ice #BFF1E9

Tints of Jagged Ice #BFF1E9

Color information

#BFF1E9 (or 0xBFF1E9) is unknown color: approx Jagged Ice. HEX triplet: BF, F1 and E9. RGB value is (191,241,233). Sum of RGB (Red+Green+Blue) = 191+241+233=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1E9 is #400E16. Grayscale: #E1E1E1. Windows color (decimal): -4197911 or 15331775. OLE color: 15331775.

HSL color Cylindrical-coordinate representation of color #BFF1E9: hue angle of 170.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1E9 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB191241233-
CMYK0.2100.030.05
HSL170.4º64.1%84.71%-
HSV(B)170.4º20.75%94.51%-
XYZ67.6579.8788.94-
YUV225.14132.44103.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.72%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 233 (91.41% from 255) = 35.04%
R=28.72%
G=36.24%
B=35.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912412330.2100.030.05170.464.184.71
HexBFF1E915035aa4055
Octal27736135125035252100125
Binary101111111111000111101001101010111011010101010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1E9; }

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

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

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

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

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

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

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

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