#B0EBE0

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

Shades of Water Leaf #B0EBE0

Tints of Water Leaf #B0EBE0

Color information

#B0EBE0 (or 0xB0EBE0) is unknown color: approx Water Leaf. HEX triplet: B0, EB and E0. RGB value is (176,235,224). Sum of RGB (Red+Green+Blue) = 176+235+224=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBE0 is #4F141F. Grayscale: #D8D8D8. Windows color (decimal): -5182496 or 14740400. OLE color: 14740400.

HSL color Cylindrical-coordinate representation of color #B0EBE0: hue angle of 168.81º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBE0 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB176235224-
CMYK0.2500.050.08
HSL168.81º59.6%80.59%-
HSV(B)168.81º25.11%92.16%-
XYZ61.0774.0381.59-
YUV216.1132.4599.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.72%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=27.72%
G=37.01%
B=35.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762352240.2500.050.08168.8159.680.59
HexB0EBE019058a93c51
Octal26035334031051025174121
Binary1011000011101011111000001100101011000101010011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBE0; }

 p { color: rgb(176,235,224); }

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

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

 a { background-color: rgb(176,235,224); }

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

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

 span { border-color: rgb(176,235,224); }

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