#B1AADF

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

Shades of Lavender Grey #B1AADF

Tints of Lavender Grey #B1AADF

Color information

#B1AADF (or 0xB1AADF) is unknown color: approx Lavender Grey. HEX triplet: B1, AA and DF. RGB value is (177,170,223). Sum of RGB (Red+Green+Blue) = 177+170+223=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AADF is #4E5520. Grayscale: #B1B1B1. Windows color (decimal): -5133601 or 14658225. OLE color: 14658225.

HSL color Cylindrical-coordinate representation of color #B1AADF: hue angle of 247.92º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1AADF is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177170223-
CMYK0.210.2400.13
HSL247.92º45.3%77.06%-
HSV(B)247.92º23.77%87.45%-
XYZ45.8343.4275.78-
YUV178.14153.32127.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=31.05%
G=29.82%
B=39.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771702230.210.2400.13247.9245.377.06
HexB1AADF15180Df82d4d
Octal261252337253001537055115
Binary101100011010101011011111101011100001101111110001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AADF; }

 p { color: rgb(177,170,223); }

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

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

 a { background-color: rgb(177,170,223); }

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

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

 span { border-color: rgb(177,170,223); }

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