#B4EBD9

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

Shades of Water Leaf #B4EBD9

Tints of Water Leaf #B4EBD9

Color information

#B4EBD9 (or 0xB4EBD9) is unknown color: approx Water Leaf. HEX triplet: B4, EB and D9. RGB value is (180,235,217). Sum of RGB (Red+Green+Blue) = 180+235+217=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBD9 is #4B1426. Grayscale: #D8D8D8. Windows color (decimal): -4920359 or 14281652. OLE color: 14281652.

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

Color convert

RGB180235217-
CMYK0.2300.080.08
HSL160.36º57.89%81.37%-
HSV(B)160.36º23.4%92.16%-
XYZ61.0674.1376.74-
YUV216.5128.28101.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.48%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 217 (85.16% from 255) = 34.34%
R=28.48%
G=37.18%
B=34.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802352170.2300.080.08160.3657.8981.37
HexB4EBD917088a03a51
Octal264353331270101024072121
Binary10110100111010111101100110111010001000101000001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBD9; }

 p { color: rgb(180,235,217); }

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

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

 a { background-color: rgb(180,235,217); }

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

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

 span { border-color: rgb(180,235,217); }

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