#B7B6DA

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

Shades of Lavender Grey #B7B6DA

Tints of Lavender Grey #B7B6DA

Color information

#B7B6DA (or 0xB7B6DA) is unknown color: approx Lavender Grey. HEX triplet: B7, B6 and DA. RGB value is (183,182,218). Sum of RGB (Red+Green+Blue) = 183+182+218=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7B6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B6DA is #484925. Grayscale: #BABABA. Windows color (decimal): -4737318 or 14333623. OLE color: 14333623.

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

Color convert

RGB183182218-
CMYK0.160.1700.15
HSL241.67º32.73%78.43%-
HSV(B)241.67º16.51%85.49%-
XYZ48.9148.5973.13-
YUV186.4145.83125.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.39%
GREEN value IS 182 (71.48% from 255) = 31.22%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=31.39%
G=31.22%
B=37.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831822180.160.1700.15241.6732.7378.43
HexB7B6DA10110Ff2214e
Octal267266332202101736241116
Binary101101111011011011011010100001000101111111100101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B6DA; }

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

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

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

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

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

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

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

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