#B5AFD8

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

Shades of Lavender Grey #B5AFD8

Tints of Lavender Grey #B5AFD8

Color information

#B5AFD8 (or 0xB5AFD8) is unknown color: approx Lavender Grey. HEX triplet: B5, AF and D8. RGB value is (181,175,216). Sum of RGB (Red+Green+Blue) = 181+175+216=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5AFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFD8 is #4A5027. Grayscale: #B5B5B5. Windows color (decimal): -4870184 or 14200757. OLE color: 14200757.

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

Color convert

RGB181175216-
CMYK0.160.1900.15
HSL248.78º34.45%76.67%-
HSV(B)248.78º18.98%84.71%-
XYZ46.7845.4471.27-
YUV181.47147.49127.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=31.64%
G=30.59%
B=37.76%

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
Decimal1811752160.160.1900.15248.7834.4576.67
HexB5AFD810130Ff9224d
Octal265257330202301737142115
Binary101101011010111111011000100001001101111111110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFD8; }

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

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

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

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

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

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

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

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