#B0FDE8

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

Shades of Water Leaf #B0FDE8

Tints of Water Leaf #B0FDE8

Color information

#B0FDE8 (or 0xB0FDE8) is unknown color: approx Water Leaf. HEX triplet: B0, FD and E8. RGB value is (176,253,232). Sum of RGB (Red+Green+Blue) = 176+253+232=661 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.63% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FDE8 is #4F0217. Grayscale: #E3E3E3. Windows color (decimal): -5177880 or 15269296. OLE color: 15269296.

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

Color convert

RGB176253232-
CMYK0.3000.080.01
HSL163.64º95.06%84.12%-
HSV(B)163.64º30.43%99.22%-
XYZ67.685.3189.25-
YUV227.58130.4991.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.63%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 232 (91.02% from 255) = 35.10%
R=26.63%
G=38.28%
B=35.10%

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
Decimal1762532320.3000.080.01163.6495.0684.12
HexB0FDE81E081a45f54
Octal260375350360101244137124
Binary101100001111110111101000111100100011010010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FDE8; }

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

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

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

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

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

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

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

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