#B6AFD8

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

Shades of Lavender Grey #B6AFD8

Tints of Lavender Grey #B6AFD8

Color information

#B6AFD8 (or 0xB6AFD8) is unknown color: approx Lavender Grey. HEX triplet: B6, AF and D8. RGB value is (182,175,216). Sum of RGB (Red+Green+Blue) = 182+175+216=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #B6AFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFD8 is #495027. Grayscale: #B5B5B5. Windows color (decimal): -4804648 or 14200758. OLE color: 14200758.

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

Color convert

RGB182175216-
CMYK0.160.1900.15
HSL250.24º34.45%76.67%-
HSV(B)250.24º18.98%84.71%-
XYZ47.0245.5671.28-
YUV181.77147.32128.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 216 (84.77% from 255) = 37.70%
R=31.76%
G=30.54%
B=37.70%

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
Decimal1821752160.160.1900.15250.2434.4576.67
HexB6AFD810130Ffa224d
Octal266257330202301737242115
Binary101101101010111111011000100001001101111111110101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFD8; }

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

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

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

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

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

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

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

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