#B0FCE9

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

Shades of Water Leaf #B0FCE9

Tints of Water Leaf #B0FCE9

Color information

#B0FCE9 (or 0xB0FCE9) is unknown color: approx Water Leaf. HEX triplet: B0, FC and E9. RGB value is (176,252,233). Sum of RGB (Red+Green+Blue) = 176+252+233=661 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.63% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FCE9 is #4F0316. Grayscale: #E3E3E3. Windows color (decimal): -5178135 or 15334576. OLE color: 15334576.

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

Color convert

RGB176252233-
CMYK0.3000.080.01
HSL165º92.68%83.92%-
HSV(B)165º30.16%98.82%-
XYZ67.4284.7389.89-
YUV227.11131.3291.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.63%
GREEN value IS 252 (98.83% from 255) = 38.12%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=26.63%
G=38.12%
B=35.25%

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
Decimal1762522330.3000.080.0116592.6883.92
HexB0FCE91E081a55d54
Octal260374351360101245135124
Binary101100001111110011101001111100100011010010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FCE9; }

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

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

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

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

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

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

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

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