#B0F4E6

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

Shades of Water Leaf #B0F4E6

Tints of Water Leaf #B0F4E6

Color information

#B0F4E6 (or 0xB0F4E6) is unknown color: approx Water Leaf. HEX triplet: B0, F4 and E6. RGB value is (176,244,230). Sum of RGB (Red+Green+Blue) = 176+244+230=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F4E6 is #4F0B19. Grayscale: #DEDEDE. Windows color (decimal): -5180186 or 15135920. OLE color: 15135920.

HSL color Cylindrical-coordinate representation of color #B0F4E6: hue angle of 167.65º 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 #B0F4E6 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB176244230-
CMYK0.2800.060.04
HSL167.65º75.56%82.35%-
HSV(B)167.65º27.87%95.69%-
XYZ64.5479.6486.83-
YUV222.07132.4795.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.08%
GREEN value IS 244 (95.70% from 255) = 37.54%
BLUE value IS 230 (90.23% from 255) = 35.38%
R=27.08%
G=37.54%
B=35.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762442300.2800.060.04167.6575.5682.35
HexB0F4E61C064a84c52
Octal26036434634064250114122
Binary1011000011110100111001101110001101001010100010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F4E6; }

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

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

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

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

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

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

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

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