#B0F8E4

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

Shades of Water Leaf #B0F8E4

Tints of Water Leaf #B0F8E4

Color information

#B0F8E4 (or 0xB0F8E4) is unknown color: approx Water Leaf. HEX triplet: B0, F8 and E4. RGB value is (176,248,228). Sum of RGB (Red+Green+Blue) = 176+248+228=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F8E4 is #4F071B. Grayscale: #E0E0E0. Windows color (decimal): -5179164 or 15005872. OLE color: 15005872.

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

Color convert

RGB176248228-
CMYK0.2900.080.03
HSL163.33º83.72%83.14%-
HSV(B)163.33º29.03%97.25%-
XYZ65.4881.9785.77-
YUV224.19130.1593.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.99%
GREEN value IS 248 (97.27% from 255) = 38.04%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=26.99%
G=38.04%
B=34.97%

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
Decimal1762482280.2900.080.03163.3383.7283.14
HexB0F8E41D083a35453
Octal260370344350103243124123
Binary1011000011111000111001001110101000111010001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8E4; }

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

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

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

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

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

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

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

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