#BFF2EA

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

Shades of Jagged Ice #BFF2EA

Tints of Jagged Ice #BFF2EA

Color information

#BFF2EA (or 0xBFF2EA) is unknown color: approx Jagged Ice. HEX triplet: BF, F2 and EA. RGB value is (191,242,234). Sum of RGB (Red+Green+Blue) = 191+242+234=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2EA is #400D15. Grayscale: #E1E1E1. Windows color (decimal): -4197654 or 15397567. OLE color: 15397567.

HSL color Cylindrical-coordinate representation of color #BFF2EA: hue angle of 170.59º degrees, saturation: 0.66, 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 #BFF2EA is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB191242234-
CMYK0.2100.030.05
HSL170.59º66.23%84.9%-
HSV(B)170.59º21.07%94.9%-
XYZ68.0980.5289.8-
YUV225.84132.6103.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=28.64%
G=36.28%
B=35.08%

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
Decimal1912422340.2100.030.05170.5966.2384.9
HexBFF2EA15035ab4255
Octal27736235225035253102125
Binary101111111111001011101010101010111011010101110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF2EA; }

 p { color: rgb(191,242,234); }

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

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

 a { background-color: rgb(191,242,234); }

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

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

 span { border-color: rgb(191,242,234); }

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