#B4EBDC

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

Shades of Water Leaf #B4EBDC

Tints of Water Leaf #B4EBDC

Color information

#B4EBDC (or 0xB4EBDC) is unknown color: approx Water Leaf. HEX triplet: B4, EB and DC. RGB value is (180,235,220). Sum of RGB (Red+Green+Blue) = 180+235+220=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBDC is #4B1423. Grayscale: #D8D8D8. Windows color (decimal): -4920356 or 14478260. OLE color: 14478260.

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

Color convert

RGB180235220-
CMYK0.2300.060.08
HSL163.64º57.89%81.37%-
HSV(B)163.64º23.4%92.16%-
XYZ61.4574.2978.81-
YUV216.84129.78101.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.35%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=28.35%
G=37.01%
B=34.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802352200.2300.060.08163.6457.8981.37
HexB4EBDC17068a43a51
Octal26435333427061024472121
Binary1011010011101011110111001011101101000101001001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBDC; }

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

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

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

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

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

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

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

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