#B0FDE7

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

Shades of Water Leaf #B0FDE7

Tints of Water Leaf #B0FDE7

Color information

#B0FDE7 (or 0xB0FDE7) is unknown color: approx Water Leaf. HEX triplet: B0, FD and E7. RGB value is (176,253,231). Sum of RGB (Red+Green+Blue) = 176+253+231=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FDE7 is #4F0218. Grayscale: #E3E3E3. Windows color (decimal): -5177881 or 15203760. OLE color: 15203760.

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

Color convert

RGB176253231-
CMYK0.3000.090.01
HSL162.86º95.06%84.12%-
HSV(B)162.86º30.43%99.22%-
XYZ67.4585.2588.5-
YUV227.47129.9991.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.67%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 231 (90.62% from 255) = 35%
R=26.67%
G=38.33%
B=35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762532310.3000.090.01162.8695.0684.12
HexB0FDE71E091a35f54
Octal260375347360111243137124
Binary101100001111110111100111111100100111010001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FDE7; }

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

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

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

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

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

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

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

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