#B9BAD0

Color #B9BAD0 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B9BAD0

Tints of Lavender Grey #B9BAD0

Color information

#B9BAD0 (or 0xB9BAD0) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and D0. RGB value is (185,186,208). Sum of RGB (Red+Green+Blue) = 185+186+208=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BAD0 is #46452F. Grayscale: #BCBCBC. Windows color (decimal): -4605232 or 13679289. OLE color: 13679289.

HSL color Cylindrical-coordinate representation of color #B9BAD0: hue angle of 237.39º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9BAD0 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185186208-
CMYK0.110.1100.18
HSL237.39º19.66%77.06%-
HSV(B)237.39º11.06%81.57%-
XYZ48.9549.9966.74-
YUV188.21139.17125.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=31.95%
G=32.12%
B=35.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851862080.110.1100.18237.3919.6677.06
HexB9BAD0BB012ed144d
Octal271272320131302235524115
Binary1011100110111010110100001011101101001011101101101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAD0; }

 p { color: rgb(185,186,208); }

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

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

 a { background-color: rgb(185,186,208); }

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

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

 span { border-color: rgb(185,186,208); }

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