#B9BCDB

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

Shades of Lavender Grey #B9BCDB

Tints of Lavender Grey #B9BCDB

Color information

#B9BCDB (or 0xB9BCDB) is unknown color: approx Lavender Grey. HEX triplet: B9, BC and DB. RGB value is (185,188,219). Sum of RGB (Red+Green+Blue) = 185+188+219=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCDB is #464324. Grayscale: #BEBEBE. Windows color (decimal): -4604709 or 14400697. OLE color: 14400697.

HSL color Cylindrical-coordinate representation of color #B9BCDB: hue angle of 234.71º degrees, saturation: 0.32, 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 #B9BCDB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185188219-
CMYK0.160.1400.14
HSL234.71º32.08%79.22%-
HSV(B)234.71º15.53%85.88%-
XYZ50.7851.474.26-
YUV190.64144.01123.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=31.25%
G=31.76%
B=36.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851882190.160.1400.14234.7132.0879.22
HexB9BCDB10E0Eeb204f
Octal271274333201601635340117
Binary10111001101111001101101110000111001110111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCDB; }

 p { color: rgb(185,188,219); }

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

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

 a { background-color: rgb(185,188,219); }

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

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

 span { border-color: rgb(185,188,219); }

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