#B0F8E9

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

Shades of Water Leaf #B0F8E9

Tints of Water Leaf #B0F8E9

Color information

#B0F8E9 (or 0xB0F8E9) is unknown color: approx Water Leaf. HEX triplet: B0, F8 and E9. RGB value is (176,248,233). Sum of RGB (Red+Green+Blue) = 176+248+233=657 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.79% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F8E9 is #4F0716. Grayscale: #E0E0E0. Windows color (decimal): -5179159 or 15333552. OLE color: 15333552.

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

Color convert

RGB176248233-
CMYK0.2900.060.03
HSL167.5º83.72%83.14%-
HSV(B)167.5º29.03%97.25%-
XYZ66.1882.2589.48-
YUV224.76132.6593.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.79%
GREEN value IS 248 (97.27% from 255) = 37.75%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=26.79%
G=37.75%
B=35.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762482330.2900.060.03167.583.7283.14
HexB0F8E91D063a85453
Octal26037035135063250124123
Binary101100001111100011101001111010110111010100010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8E9; }

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

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

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

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

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

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

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

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