#BFF2E9

Color #BFF2E9 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BFF2E9

Tints of Water Leaf #BFF2E9

Color information

#BFF2E9 (or 0xBFF2E9) is unknown color: approx Water Leaf. HEX triplet: BF, F2 and E9. RGB value is (191,242,233). Sum of RGB (Red+Green+Blue) = 191+242+233=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2E9 is #400D16. Grayscale: #E1E1E1. Windows color (decimal): -4197655 or 15332031. OLE color: 15332031.

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

Color convert

RGB191242233-
CMYK0.2100.040.05
HSL169.41º66.23%84.9%-
HSV(B)169.41º21.07%94.9%-
XYZ67.9580.4689.04-
YUV225.73132.1103.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.68%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 233 (91.41% from 255) = 34.98%
R=28.68%
G=36.34%
B=34.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912422330.2100.040.05169.4166.2384.9
HexBFF2E915045a94255
Octal27736235125045251102125
Binary1011111111110010111010011010101001011010100110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF2E9; }

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

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

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

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

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

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

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

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