#B7B3DC

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

Shades of Lavender Grey #B7B3DC

Tints of Lavender Grey #B7B3DC

Color information

#B7B3DC (or 0xB7B3DC) is unknown color: approx Lavender Grey. HEX triplet: B7, B3 and DC. RGB value is (183,179,220). Sum of RGB (Red+Green+Blue) = 183+179+220=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3DC is #484C23. Grayscale: #B8B8B8. Windows color (decimal): -4738084 or 14463927. OLE color: 14463927.

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

Color convert

RGB183179220-
CMYK0.170.1900.14
HSL245.85º36.94%78.24%-
HSV(B)245.85º18.64%86.27%-
XYZ48.5747.4774.31-
YUV184.87147.83126.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.44%
GREEN value IS 179 (70.31% from 255) = 30.76%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=31.44%
G=30.76%
B=37.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831792200.170.1900.14245.8536.9478.24
HexB7B3DC11130Ef6254e
Octal267263334212301636645116
Binary101101111011001111011100100011001101110111101101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B3DC; }

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

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

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

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

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

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

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

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