#B7AFD9

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

Shades of Lavender Grey #B7AFD9

Tints of Lavender Grey #B7AFD9

Color information

#B7AFD9 (or 0xB7AFD9) is unknown color: approx Lavender Grey. HEX triplet: B7, AF and D9. RGB value is (183,175,217). Sum of RGB (Red+Green+Blue) = 183+175+217=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #B7AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFD9 is #485026. Grayscale: #B6B6B6. Windows color (decimal): -4739111 or 14266295. OLE color: 14266295.

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

Color convert

RGB183175217-
CMYK0.160.1900.15
HSL251.43º35.59%76.86%-
HSV(B)251.43º19.35%85.1%-
XYZ47.3845.7471.98-
YUV182.18147.65128.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.83%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=31.83%
G=30.43%
B=37.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831752170.160.1900.15251.4335.5976.86
HexB7AFD910130Ffb244d
Octal267257331202301737344115
Binary101101111010111111011001100001001101111111110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFD9; }

 p { color: rgb(183,175,217); }

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

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

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

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

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

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

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