#B4EBD8

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

Shades of Water Leaf #B4EBD8

Tints of Water Leaf #B4EBD8

Color information

#B4EBD8 (or 0xB4EBD8) is unknown color: approx Water Leaf. HEX triplet: B4, EB and D8. RGB value is (180,235,216). Sum of RGB (Red+Green+Blue) = 180+235+216=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBD8 is #4B1427. Grayscale: #D8D8D8. Windows color (decimal): -4920360 or 14216116. OLE color: 14216116.

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

Color convert

RGB180235216-
CMYK0.2300.080.08
HSL159.27º57.89%81.37%-
HSV(B)159.27º23.4%92.16%-
XYZ60.9374.0876.05-
YUV216.39127.78102.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.53%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 216 (84.77% from 255) = 34.23%
R=28.53%
G=37.24%
B=34.23%

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
Decimal1802352160.2300.080.08159.2757.8981.37
HexB4EBD8170889f3a51
Octal264353330270101023772121
Binary10110100111010111101100010111010001000100111111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBD8; }

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

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

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

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

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

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

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

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