#B5AFD7

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

Shades of Lavender Grey #B5AFD7

Tints of Lavender Grey #B5AFD7

Color information

#B5AFD7 (or 0xB5AFD7) is unknown color: approx Lavender Grey. HEX triplet: B5, AF and D7. RGB value is (181,175,215). Sum of RGB (Red+Green+Blue) = 181+175+215=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #B5AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFD7 is #4A5028. Grayscale: #B5B5B5. Windows color (decimal): -4870185 or 14135221. OLE color: 14135221.

HSL color Cylindrical-coordinate representation of color #B5AFD7: hue angle of 249º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5AFD7 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181175215-
CMYK0.160.1900.16
HSL249º33.33%76.47%-
HSV(B)249º18.6%84.31%-
XYZ46.6545.3970.59-
YUV181.35146.99127.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 215 (84.38% from 255) = 37.65%
R=31.70%
G=30.65%
B=37.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811752150.160.1900.1624933.3376.47
HexB5AFD71013010f9214c
Octal265257327202302037141114
Binary1011010110101111110101111000010011010000111110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFD7; }

 p { color: rgb(181,175,215); }

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

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

 a { background-color: rgb(181,175,215); }

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

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

 span { border-color: rgb(181,175,215); }

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