#B4EFDC

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

Shades of Water Leaf #B4EFDC

Tints of Water Leaf #B4EFDC

Color information

#B4EFDC (or 0xB4EFDC) is unknown color: approx Water Leaf. HEX triplet: B4, EF and DC. RGB value is (180,239,220). Sum of RGB (Red+Green+Blue) = 180+239+220=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFDC is #4B1023. Grayscale: #DBDBDB. Windows color (decimal): -4919332 or 14479284. OLE color: 14479284.

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

Color convert

RGB180239220-
CMYK0.2500.080.06
HSL160.68º64.84%82.16%-
HSV(B)160.68º24.69%93.73%-
XYZ62.6176.679.2-
YUV219.19128.45100.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.17%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=28.17%
G=37.40%
B=34.43%

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
Decimal1802392200.2500.080.06160.6864.8482.16
HexB4EFDC19086a14152
Octal264357334310106241101122
Binary10110100111011111101110011001010001101010000110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFDC; }

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

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

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

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

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

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

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

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