#B0FBE9

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

Shades of Water Leaf #B0FBE9

Tints of Water Leaf #B0FBE9

Color information

#B0FBE9 (or 0xB0FBE9) is unknown color: approx Water Leaf. HEX triplet: B0, FB and E9. RGB value is (176,251,233). Sum of RGB (Red+Green+Blue) = 176+251+233=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FBE9 is #4F0416. Grayscale: #E2E2E2. Windows color (decimal): -5178391 or 15334320. OLE color: 15334320.

HSL color Cylindrical-coordinate representation of color #B0FBE9: hue angle of 165.6º degrees, saturation: 0.9, 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 #B0FBE9 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB176251233-
CMYK0.3000.070.02
HSL165.6º90.36%83.73%-
HSV(B)165.6º29.88%98.43%-
XYZ67.1184.1189.79-
YUV226.52131.6591.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.67%
GREEN value IS 251 (98.44% from 255) = 38.03%
BLUE value IS 233 (91.41% from 255) = 35.30%
R=26.67%
G=38.03%
B=35.30%

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
Decimal1762512330.3000.070.02165.690.3683.73
HexB0FBE91E072a65a54
Octal26037335136072246132124
Binary101100001111101111101001111100111101010011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FBE9; }

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

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

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

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

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

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

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

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