#B4EFDB

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

Shades of Water Leaf #B4EFDB

Tints of Water Leaf #B4EFDB

Color information

#B4EFDB (or 0xB4EFDB) is unknown color: approx Water Leaf. HEX triplet: B4, EF and DB. RGB value is (180,239,219). Sum of RGB (Red+Green+Blue) = 180+239+219=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFDB is #4B1024. Grayscale: #DBDBDB. Windows color (decimal): -4919333 or 14413748. OLE color: 14413748.

HSL color Cylindrical-coordinate representation of color #B4EFDB: hue angle of 159.66º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4EFDB is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB180239219-
CMYK0.2500.080.06
HSL159.66º64.84%82.16%-
HSV(B)159.66º24.69%93.73%-
XYZ62.4876.5578.5-
YUV219.08127.95100.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.21%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=28.21%
G=37.46%
B=34.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802392190.2500.080.06159.6664.8482.16
HexB4EFDB19086a04152
Octal264357333310106240101122
Binary10110100111011111101101111001010001101010000010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFDB; }

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

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

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

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

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

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

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

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