#BFF5EA

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

Shades of Water Leaf #BFF5EA

Tints of Water Leaf #BFF5EA

Color information

#BFF5EA (or 0xBFF5EA) is unknown color: approx Water Leaf. HEX triplet: BF, F5 and EA. RGB value is (191,245,234). Sum of RGB (Red+Green+Blue) = 191+245+234=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5EA is #400A15. Grayscale: #E3E3E3. Windows color (decimal): -4196886 or 15398335. OLE color: 15398335.

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

Color convert

RGB191245234-
CMYK0.2200.040.04
HSL167.78º72.97%85.49%-
HSV(B)167.78º22.04%96.08%-
XYZ68.9982.3290.1-
YUV227.6131.61101.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.51%
GREEN value IS 245 (96.09% from 255) = 36.57%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=28.51%
G=36.57%
B=34.93%

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
Decimal1912452340.2200.040.04167.7872.9785.49
HexBFF5EA16044a84955
Octal27736535226044250111125
Binary1011111111110101111010101011001001001010100010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5EA; }

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

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

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

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

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

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

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

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