#B0FAE9

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

Shades of Water Leaf #B0FAE9

Tints of Water Leaf #B0FAE9

Color information

#B0FAE9 (or 0xB0FAE9) is unknown color: approx Water Leaf. HEX triplet: B0, FA and E9. RGB value is (176,250,233). Sum of RGB (Red+Green+Blue) = 176+250+233=659 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.71% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FAE9 is #4F0516. Grayscale: #E1E1E1. Windows color (decimal): -5178647 or 15334064. OLE color: 15334064.

HSL color Cylindrical-coordinate representation of color #B0FAE9: hue angle of 166.22º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FAE9 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB176250233-
CMYK0.3000.070.02
HSL166.22º88.1%83.53%-
HSV(B)166.22º29.6%98.04%-
XYZ66.883.4889.68-
YUV225.94131.9892.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.71%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 233 (91.41% from 255) = 35.36%
R=26.71%
G=37.94%
B=35.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762502330.3000.070.02166.2288.183.53
HexB0FAE91E072a65854
Octal26037235136072246130124
Binary101100001111101011101001111100111101010011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAE9; }

 p { color: rgb(176,250,233); }

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

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

 a { background-color: rgb(176,250,233); }

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

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

 span { border-color: rgb(176,250,233); }

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