#B0FEED

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

Shades of Water Leaf #B0FEED

Tints of Water Leaf #B0FEED

Color information

#B0FEED (or 0xB0FEED) is unknown color: approx Water Leaf. HEX triplet: B0, FE and ED. RGB value is (176,254,237). Sum of RGB (Red+Green+Blue) = 176+254+237=667 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.39% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FEED is #4F0112. Grayscale: #E4E4E4. Windows color (decimal): -5177619 or 15597232. OLE color: 15597232.

HSL color Cylindrical-coordinate representation of color #B0FEED: hue angle of 166.92º 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 #B0FEED is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB176254237-
CMYK0.3100.070.00
HSL166.92º97.5%84.31%-
HSV(B)166.92º30.71%99.61%-
XYZ68.6386.2393.15-
YUV228.74132.6690.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.39%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=26.39%
G=38.08%
B=35.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762542370.3100.070.00166.9297.584.31
HexB0FEED1F070a76254
Octal26037635537070247142124
Binary10110000111111101110110111111011101010011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEED; }

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

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

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

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

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

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

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

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