#B7B7DC

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

Shades of Lavender Grey #B7B7DC

Tints of Lavender Grey #B7B7DC

Color information

#B7B7DC (or 0xB7B7DC) is unknown color: approx Lavender Grey. HEX triplet: B7, B7 and DC. RGB value is (183,183,220). Sum of RGB (Red+Green+Blue) = 183+183+220=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7DC is #484823. Grayscale: #BBBBBB. Windows color (decimal): -4737060 or 14464951. OLE color: 14464951.

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

Color convert

RGB183183220-
CMYK0.170.1700.14
HSL240º34.58%79.02%-
HSV(B)240º16.82%86.27%-
XYZ49.3849.174.59-
YUV187.22146.5124.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.23%
GREEN value IS 183 (71.88% from 255) = 31.23%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=31.23%
G=31.23%
B=37.54%

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
Decimal1831832200.170.1700.1424034.5879.02
HexB7B7DC11110Ef0234f
Octal267267334212101636043117
Binary101101111011011111011100100011000101110111100001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B7DC; }

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

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

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

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

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

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

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

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