#B4AFD7

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

Shades of Lavender Grey #B4AFD7

Tints of Lavender Grey #B4AFD7

Color information

#B4AFD7 (or 0xB4AFD7) is unknown color: approx Lavender Grey. HEX triplet: B4, AF and D7. RGB value is (180,175,215). Sum of RGB (Red+Green+Blue) = 180+175+215=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFD7 is #4B5028. Grayscale: #B4B4B4. Windows color (decimal): -4935721 or 14135220. OLE color: 14135220.

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

Color convert

RGB180175215-
CMYK0.160.1900.16
HSL247.5º33.33%76.47%-
HSV(B)247.5º18.6%84.31%-
XYZ46.4245.2770.58-
YUV181.05147.16127.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 215 (84.38% from 255) = 37.72%
R=31.58%
G=30.70%
B=37.72%

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
Decimal1801752150.160.1900.16247.533.3376.47
HexB4AFD71013010f8214c
Octal264257327202302037041114
Binary1011010010101111110101111000010011010000111110001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFD7; }

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

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

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

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

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

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

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

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