#B9BCDC

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

Shades of Lavender Grey #B9BCDC

Tints of Lavender Grey #B9BCDC

Color information

#B9BCDC (or 0xB9BCDC) is unknown color: approx Lavender Grey. HEX triplet: B9, BC and DC. RGB value is (185,188,220). Sum of RGB (Red+Green+Blue) = 185+188+220=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCDC is #464323. Grayscale: #BEBEBE. Windows color (decimal): -4604708 or 14466233. OLE color: 14466233.

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

Color convert

RGB185188220-
CMYK0.160.1500.14
HSL234.86º33.33%79.41%-
HSV(B)234.86º15.91%86.27%-
XYZ50.9151.4574.96-
YUV190.75144.51123.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=31.20%
G=31.70%
B=37.10%

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
Decimal1851882200.160.1500.14234.8633.3379.41
HexB9BCDC10F0Eeb214f
Octal271274334201701635341117
Binary10111001101111001101110010000111101110111010111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCDC; }

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

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

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

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

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

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

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

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