#B0FADE

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

Shades of Water Leaf #B0FADE

Tints of Water Leaf #B0FADE

Color information

#B0FADE (or 0xB0FADE) is unknown color: approx Water Leaf. HEX triplet: B0, FA and DE. RGB value is (176,250,222). Sum of RGB (Red+Green+Blue) = 176+250+222=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FADE is #4F0521. Grayscale: #E0E0E0. Windows color (decimal): -5178658 or 14613168. OLE color: 14613168.

HSL color Cylindrical-coordinate representation of color #B0FADE: hue angle of 157.3º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FADE is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB176250222-
CMYK0.3000.110.02
HSL157.3º88.1%83.53%-
HSV(B)157.3º29.6%98.04%-
XYZ65.2782.8881.66-
YUV224.68126.4893.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.16%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=27.16%
G=38.58%
B=34.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762502220.3000.110.02157.388.183.53
HexB0FADE1E0B29d5854
Octal260372336360132235130124
Binary1011000011111010110111101111001011101001110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FADE; }

 p { color: rgb(176,250,222); }

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

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

 a { background-color: rgb(176,250,222); }

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

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

 span { border-color: rgb(176,250,222); }

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