#B9BADC

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

Shades of Lavender Grey #B9BADC

Tints of Lavender Grey #B9BADC

Color information

#B9BADC (or 0xB9BADC) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and DC. RGB value is (185,186,220). Sum of RGB (Red+Green+Blue) = 185+186+220=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BADC is #464523. Grayscale: #BDBDBD. Windows color (decimal): -4605220 or 14465721. OLE color: 14465721.

HSL color Cylindrical-coordinate representation of color #B9BADC: hue angle of 238.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BADC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185186220-
CMYK0.160.1500.14
HSL238.29º33.33%79.41%-
HSV(B)238.29º15.91%86.27%-
XYZ50.4850.674.82-
YUV189.58145.17124.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=31.30%
G=31.47%
B=37.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851862200.160.1500.14238.2933.3379.41
HexB9BADC10F0Eee214f
Octal271272334201701635641117
Binary10111001101110101101110010000111101110111011101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BADC; }

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

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

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

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

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

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

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

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