#B4E7DA

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

Shades of Water Leaf #B4E7DA

Tints of Water Leaf #B4E7DA

Color information

#B4E7DA (or 0xB4E7DA) is unknown color: approx Water Leaf. HEX triplet: B4, E7 and DA. RGB value is (180,231,218). Sum of RGB (Red+Green+Blue) = 180+231+218=629 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.62% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7DA is #4B1825. Grayscale: #D6D6D6. Windows color (decimal): -4921382 or 14346164. OLE color: 14346164.

HSL color Cylindrical-coordinate representation of color #B4E7DA: hue angle of 164.71º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E7DA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB180231218-
CMYK0.2200.060.09
HSL164.71º51.52%80.59%-
HSV(B)164.71º22.08%90.59%-
XYZ60.0571.9277.05-
YUV214.27130.1103.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.62%
GREEN value IS 231 (90.62% from 255) = 36.72%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=28.62%
G=36.72%
B=34.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802312180.2200.060.09164.7151.5280.59
HexB4E7DA16069a53451
Octal26434733226061124564121
Binary1011010011100111110110101011001101001101001011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E7DA; }

 p { color: rgb(180,231,218); }

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

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

 a { background-color: rgb(180,231,218); }

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

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

 span { border-color: rgb(180,231,218); }

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