#BFF3E9

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

Shades of Water Leaf #BFF3E9

Tints of Water Leaf #BFF3E9

Color information

#BFF3E9 (or 0xBFF3E9) is unknown color: approx Water Leaf. HEX triplet: BF, F3 and E9. RGB value is (191,243,233). Sum of RGB (Red+Green+Blue) = 191+243+233=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF3E9 is #400C16. Grayscale: #E2E2E2. Windows color (decimal): -4197399 or 15332287. OLE color: 15332287.

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

Color convert

RGB191243233-
CMYK0.2100.040.05
HSL168.46º68.42%85.1%-
HSV(B)168.46º21.4%95.29%-
XYZ68.2481.0689.14-
YUV226.31131.77102.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 233 (91.41% from 255) = 34.93%
R=28.64%
G=36.43%
B=34.93%

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
Decimal1912432330.2100.040.05168.4668.4285.1
HexBFF3E915045a84455
Octal27736335125045250104125
Binary1011111111110011111010011010101001011010100010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3E9; }

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

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

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

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

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

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

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

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