#B7B3DD

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

Shades of Lavender Grey #B7B3DD

Tints of Lavender Grey #B7B3DD

Color information

#B7B3DD (or 0xB7B3DD) is unknown color: approx Lavender Grey. HEX triplet: B7, B3 and DD. RGB value is (183,179,221). Sum of RGB (Red+Green+Blue) = 183+179+221=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3DD is #484C22. Grayscale: #B8B8B8. Windows color (decimal): -4738083 or 14529463. OLE color: 14529463.

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

Color convert

RGB183179221-
CMYK0.170.1900.13
HSL245.71º38.18%78.43%-
HSV(B)245.71º19%86.67%-
XYZ48.747.5375.01-
YUV184.98148.33126.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.39%
GREEN value IS 179 (70.31% from 255) = 30.70%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=31.39%
G=30.70%
B=37.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831792210.170.1900.13245.7138.1878.43
HexB7B3DD11130Df6264e
Octal267263335212301536646116
Binary101101111011001111011101100011001101101111101101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B3DD; }

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

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

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

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

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

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

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

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