#B5EBDC

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

Shades of Water Leaf #B5EBDC

Tints of Water Leaf #B5EBDC

Color information

#B5EBDC (or 0xB5EBDC) is unknown color: approx Water Leaf. HEX triplet: B5, EB and DC. RGB value is (181,235,220). Sum of RGB (Red+Green+Blue) = 181+235+220=636 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.46% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBDC is #4A1423. Grayscale: #D9D9D9. Windows color (decimal): -4854820 or 14478261. OLE color: 14478261.

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

Color convert

RGB181235220-
CMYK0.2300.060.08
HSL163.33º57.45%81.57%-
HSV(B)163.33º22.98%92.16%-
XYZ61.6874.4178.82-
YUV217.14129.61102.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.46%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=28.46%
G=36.95%
B=34.59%

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
Decimal1812352200.2300.060.08163.3357.4581.57
HexB5EBDC17068a33952
Octal26535333427061024371122
Binary1011010111101011110111001011101101000101000111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EBDC; }

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

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

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

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

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

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

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

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