#B0FEE6

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

Shades of Water Leaf #B0FEE6

Tints of Water Leaf #B0FEE6

Color information

#B0FEE6 (or 0xB0FEE6) is unknown color: approx Water Leaf. HEX triplet: B0, FE and E6. RGB value is (176,254,230). Sum of RGB (Red+Green+Blue) = 176+254+230=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FEE6 is #4F0119. Grayscale: #E3E3E3. Windows color (decimal): -5177626 or 15138480. OLE color: 15138480.

HSL color Cylindrical-coordinate representation of color #B0FEE6: hue angle of 161.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEE6 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB176254230-
CMYK0.3100.090.00
HSL161.54º97.5%84.31%-
HSV(B)161.54º30.71%99.61%-
XYZ67.6385.8387.86-
YUV227.94129.1690.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.67%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 230 (90.23% from 255) = 34.85%
R=26.67%
G=38.48%
B=34.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762542300.3100.090.00161.5497.584.31
HexB0FEE61F090a26254
Octal260376346370110242142124
Binary101100001111111011100110111110100101010001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEE6; }

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

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

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

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

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

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

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

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