#B7B6DC

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

Shades of Lavender Grey #B7B6DC

Tints of Lavender Grey #B7B6DC

Color information

#B7B6DC (or 0xB7B6DC) is unknown color: approx Lavender Grey. HEX triplet: B7, B6 and DC. RGB value is (183,182,220). Sum of RGB (Red+Green+Blue) = 183+182+220=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7B6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B6DC is #484923. Grayscale: #BABABA. Windows color (decimal): -4737316 or 14464695. OLE color: 14464695.

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

Color convert

RGB183182220-
CMYK0.170.1700.14
HSL241.58º35.19%78.82%-
HSV(B)241.58º17.27%86.27%-
XYZ49.1748.6974.52-
YUV186.63146.83125.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.28%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=31.28%
G=31.11%
B=37.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831822200.170.1700.14241.5835.1978.82
HexB7B6DC11110Ef2234f
Octal267266334212101636243117
Binary101101111011011011011100100011000101110111100101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B6DC; }

 p { color: rgb(183,182,220); }

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

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

 a { background-color: rgb(183,182,220); }

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

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

 span { border-color: rgb(183,182,220); }

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