#B0F8E3

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

Shades of Water Leaf #B0F8E3

Tints of Water Leaf #B0F8E3

Color information

#B0F8E3 (or 0xB0F8E3) is unknown color: approx Water Leaf. HEX triplet: B0, F8 and E3. RGB value is (176,248,227). Sum of RGB (Red+Green+Blue) = 176+248+227=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F8E3 is #4F071C. Grayscale: #E0E0E0. Windows color (decimal): -5179165 or 14940336. OLE color: 14940336.

HSL color Cylindrical-coordinate representation of color #B0F8E3: hue angle of 162.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 #B0F8E3 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB176248227-
CMYK0.2900.080.03
HSL162.5º83.72%83.14%-
HSV(B)162.5º29.03%97.25%-
XYZ65.3481.9185.04-
YUV224.08129.6593.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.04%
GREEN value IS 248 (97.27% from 255) = 38.10%
BLUE value IS 227 (89.06% from 255) = 34.87%
R=27.04%
G=38.10%
B=34.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762482270.2900.080.03162.583.7283.14
HexB0F8E31D083a25453
Octal260370343350103242124123
Binary1011000011111000111000111110101000111010001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8E3; }

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

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

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

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

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

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

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

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