#BFF8EA

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

Shades of Water Leaf #BFF8EA

Tints of Water Leaf #BFF8EA

Color information

#BFF8EA (or 0xBFF8EA) is unknown color: approx Water Leaf. HEX triplet: BF, F8 and EA. RGB value is (191,248,234). Sum of RGB (Red+Green+Blue) = 191+248+234=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8EA is #400715. Grayscale: #E5E5E5. Windows color (decimal): -4196118 or 15399103. OLE color: 15399103.

HSL color Cylindrical-coordinate representation of color #BFF8EA: hue angle of 165.26º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF8EA is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB191248234-
CMYK0.2300.060.03
HSL165.26º80.28%86.08%-
HSV(B)165.26º22.98%97.25%-
XYZ69.984.1590.4-
YUV229.36130.62100.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.38%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=28.38%
G=36.85%
B=34.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912482340.2300.060.03165.2680.2886.08
HexBFF8EA17063a55056
Octal27737035227063245120126
Binary101111111111100011101010101110110111010010110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8EA; }

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

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

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

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

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

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

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

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