#B0FBE8

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

Shades of Water Leaf #B0FBE8

Tints of Water Leaf #B0FBE8

Color information

#B0FBE8 (or 0xB0FBE8) is unknown color: approx Water Leaf. HEX triplet: B0, FB and E8. RGB value is (176,251,232). Sum of RGB (Red+Green+Blue) = 176+251+232=659 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.71% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FBE8 is #4F0417. Grayscale: #E2E2E2. Windows color (decimal): -5178392 or 15268784. OLE color: 15268784.

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

Color convert

RGB176251232-
CMYK0.3000.080.02
HSL164.8º90.36%83.73%-
HSV(B)164.8º29.88%98.43%-
XYZ66.9784.0589.04-
YUV226.41131.1592.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.71%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 232 (91.02% from 255) = 35.20%
R=26.71%
G=38.09%
B=35.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762512320.3000.080.02164.890.3683.73
HexB0FBE81E082a55a54
Octal260373350360102245132124
Binary1011000011111011111010001111001000101010010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FBE8; }

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

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

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

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

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

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

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

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