#B0F4E3

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

Shades of Water Leaf #B0F4E3

Tints of Water Leaf #B0F4E3

Color information

#B0F4E3 (or 0xB0F4E3) is unknown color: approx Water Leaf. HEX triplet: B0, F4 and E3. RGB value is (176,244,227). Sum of RGB (Red+Green+Blue) = 176+244+227=647 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.20% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4E3 is #4F0B1C. Grayscale: #DDDDDD. Windows color (decimal): -5180189 or 14939312. OLE color: 14939312.

HSL color Cylindrical-coordinate representation of color #B0F4E3: hue angle of 165º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F4E3 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB176244227-
CMYK0.2800.070.04
HSL165º75.56%82.35%-
HSV(B)165º27.87%95.69%-
XYZ64.1279.4884.63-
YUV221.73130.9795.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.20%
GREEN value IS 244 (95.70% from 255) = 37.71%
BLUE value IS 227 (89.06% from 255) = 35.09%
R=27.20%
G=37.71%
B=35.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762442270.2800.070.0416575.5682.35
HexB0F4E31C074a54c52
Octal26036434334074245114122
Binary1011000011110100111000111110001111001010010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F4E3; }

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

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

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

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

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

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

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

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