#B0F0E4

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

Shades of Water Leaf #B0F0E4

Tints of Water Leaf #B0F0E4

Color information

#B0F0E4 (or 0xB0F0E4) is unknown color: approx Water Leaf. HEX triplet: B0, F0 and E4. RGB value is (176,240,228). Sum of RGB (Red+Green+Blue) = 176+240+228=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0E4 is #4F0F1B. Grayscale: #DBDBDB. Windows color (decimal): -5181212 or 15003824. OLE color: 15003824.

HSL color Cylindrical-coordinate representation of color #B0F0E4: hue angle of 168.75º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0E4 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB176240228-
CMYK0.2700.050.06
HSL168.75º68.09%81.57%-
HSV(B)168.75º26.67%94.12%-
XYZ63.0777.1584.97-
YUV219.5132.896.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.33%
GREEN value IS 240 (94.14% from 255) = 37.27%
BLUE value IS 228 (89.45% from 255) = 35.40%
R=27.33%
G=37.27%
B=35.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762402280.2700.050.06168.7568.0981.57
HexB0F0E41B056a94452
Octal26036034433056251104122
Binary1011000011110000111001001101101011101010100110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0E4; }

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

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

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

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

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

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

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

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