#B0FDE2

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

Shades of Water Leaf #B0FDE2

Tints of Water Leaf #B0FDE2

Color information

#B0FDE2 (or 0xB0FDE2) is unknown color: approx Water Leaf. HEX triplet: B0, FD and E2. RGB value is (176,253,226). Sum of RGB (Red+Green+Blue) = 176+253+226=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDE2 is #4F021D. Grayscale: #E2E2E2. Windows color (decimal): -5177886 or 14876080. OLE color: 14876080.

HSL color Cylindrical-coordinate representation of color #B0FDE2: hue angle of 158.96º 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 #B0FDE2 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB176253226-
CMYK0.3000.110.01
HSL158.96º95.06%84.12%-
HSV(B)158.96º30.43%99.22%-
XYZ66.7684.9784.83-
YUV226.9127.4991.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.87%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 226 (88.67% from 255) = 34.50%
R=26.87%
G=38.63%
B=34.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762532260.3000.110.01158.9695.0684.12
HexB0FDE21E0B19f5f54
Octal260375342360131237137124
Binary101100001111110111100010111100101111001111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FDE2; }

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

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

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

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

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

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

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

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