#B6AFD9

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

Shades of Lavender Grey #B6AFD9

Tints of Lavender Grey #B6AFD9

Color information

#B6AFD9 (or 0xB6AFD9) is unknown color: approx Lavender Grey. HEX triplet: B6, AF and D9. RGB value is (182,175,217). Sum of RGB (Red+Green+Blue) = 182+175+217=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #B6AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFD9 is #495026. Grayscale: #B5B5B5. Windows color (decimal): -4804647 or 14266294. OLE color: 14266294.

HSL color Cylindrical-coordinate representation of color #B6AFD9: hue angle of 250º 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 #B6AFD9 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182175217-
CMYK0.160.1900.15
HSL250º35.59%76.86%-
HSV(B)250º19.35%85.1%-
XYZ47.1545.6171.97-
YUV181.88147.82128.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=31.71%
G=30.49%
B=37.80%

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
Decimal1821752170.160.1900.1525035.5976.86
HexB6AFD910130Ffa244d
Octal266257331202301737244115
Binary101101101010111111011001100001001101111111110101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFD9; }

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

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

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

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

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

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

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

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