#B0FDE9

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

Shades of Water Leaf #B0FDE9

Tints of Water Leaf #B0FDE9

Color information

#B0FDE9 (or 0xB0FDE9) is unknown color: approx Water Leaf. HEX triplet: B0, FD and E9. RGB value is (176,253,233). Sum of RGB (Red+Green+Blue) = 176+253+233=662 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.59% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FDE9 is #4F0216. Grayscale: #E3E3E3. Windows color (decimal): -5177879 or 15334832. OLE color: 15334832.

HSL color Cylindrical-coordinate representation of color #B0FDE9: hue angle of 164.42º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FDE9 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB176253233-
CMYK0.3000.080.01
HSL164.42º95.06%84.12%-
HSV(B)164.42º30.43%99.22%-
XYZ67.7485.3690-
YUV227.7130.9991.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.59%
GREEN value IS 253 (99.22% from 255) = 38.22%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=26.59%
G=38.22%
B=35.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762532330.3000.080.01164.4295.0684.12
HexB0FDE91E081a45f54
Octal260375351360101244137124
Binary101100001111110111101001111100100011010010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FDE9; }

 p { color: rgb(176,253,233); }

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

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

 a { background-color: rgb(176,253,233); }

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

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

 span { border-color: rgb(176,253,233); }

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