#B9EBDD

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

Shades of Water Leaf #B9EBDD

Tints of Water Leaf #B9EBDD

Color information

#B9EBDD (or 0xB9EBDD) is unknown color: approx Water Leaf. HEX triplet: B9, EB and DD. RGB value is (185,235,221). Sum of RGB (Red+Green+Blue) = 185+235+221=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBDD is #461422. Grayscale: #DADADA. Windows color (decimal): -4592675 or 14543801. OLE color: 14543801.

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

Color convert

RGB185235221-
CMYK0.2100.060.08
HSL163.2º55.56%82.35%-
HSV(B)163.2º21.28%92.16%-
XYZ62.7774.9579.57-
YUV218.45129.44104.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.86%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=28.86%
G=36.66%
B=34.48%

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
Decimal1852352210.2100.060.08163.255.5682.35
HexB9EBDD15068a33852
Octal27135333525061024370122
Binary1011100111101011110111011010101101000101000111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBDD; }

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

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

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

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

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

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

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

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