#B4EDDB

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

Shades of Water Leaf #B4EDDB

Tints of Water Leaf #B4EDDB

Color information

#B4EDDB (or 0xB4EDDB) is unknown color: approx Water Leaf. HEX triplet: B4, ED and DB. RGB value is (180,237,219). Sum of RGB (Red+Green+Blue) = 180+237+219=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDDB is #4B1224. Grayscale: #D9D9D9. Windows color (decimal): -4919845 or 14413236. OLE color: 14413236.

HSL color Cylindrical-coordinate representation of color #B4EDDB: hue angle of 161.05º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EDDB is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB180237219-
CMYK0.2400.080.07
HSL161.05º61.29%81.76%-
HSV(B)161.05º24.05%92.94%-
XYZ61.8975.3978.31-
YUV217.9128.62100.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.30%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=28.30%
G=37.26%
B=34.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802372190.2400.080.07161.0561.2981.76
HexB4EDDB18087a13d52
Octal26435533330010724175122
Binary1011010011101101110110111100001000111101000011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EDDB; }

 p { color: rgb(180,237,219); }

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

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

 a { background-color: rgb(180,237,219); }

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

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

 span { border-color: rgb(180,237,219); }

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