#B9EBDC

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

Shades of Water Leaf #B9EBDC

Tints of Water Leaf #B9EBDC

Color information

#B9EBDC (or 0xB9EBDC) is unknown color: approx Water Leaf. HEX triplet: B9, EB and DC. RGB value is (185,235,220). Sum of RGB (Red+Green+Blue) = 185+235+220=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBDC is #461423. Grayscale: #DADADA. Windows color (decimal): -4592676 or 14478265. OLE color: 14478265.

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

Color convert

RGB185235220-
CMYK0.2100.060.08
HSL162º55.56%82.35%-
HSV(B)162º21.28%92.16%-
XYZ62.6374.978.87-
YUV218.34128.94104.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=28.91%
G=36.72%
B=34.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852352200.2100.060.0816255.5682.35
HexB9EBDC15068a23852
Octal27135333425061024270122
Binary1011100111101011110111001010101101000101000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBDC; }

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

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

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

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

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

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

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

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