#B4AFD9

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

Shades of Lavender Grey #B4AFD9

Tints of Lavender Grey #B4AFD9

Color information

#B4AFD9 (or 0xB4AFD9) is unknown color: approx Lavender Grey. HEX triplet: B4, AF and D9. RGB value is (180,175,217). Sum of RGB (Red+Green+Blue) = 180+175+217=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #B4AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFD9 is #4B5026. Grayscale: #B5B5B5. Windows color (decimal): -4935719 or 14266292. OLE color: 14266292.

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

Color convert

RGB180175217-
CMYK0.170.1900.15
HSL247.14º35.59%76.86%-
HSV(B)247.14º19.35%85.1%-
XYZ46.6845.3771.94-
YUV181.28148.16127.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 217 (85.16% from 255) = 37.94%
R=31.47%
G=30.59%
B=37.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801752170.170.1900.15247.1435.5976.86
HexB4AFD911130Ff7244d
Octal264257331212301736744115
Binary101101001010111111011001100011001101111111101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFD9; }

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

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

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

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

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

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

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

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