#B1ADD9

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

Shades of Lavender Grey #B1ADD9

Tints of Lavender Grey #B1ADD9

Color information

#B1ADD9 (or 0xB1ADD9) is unknown color: approx Lavender Grey. HEX triplet: B1, AD and D9. RGB value is (177,173,217). Sum of RGB (Red+Green+Blue) = 177+173+217=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #B1ADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADD9 is #4E5226. Grayscale: #B3B3B3. Windows color (decimal): -5132839 or 14265777. OLE color: 14265777.

HSL color Cylindrical-coordinate representation of color #B1ADD9: hue angle of 245.45º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1ADD9 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177173217-
CMYK0.180.2000.15
HSL245.45º36.67%76.47%-
HSV(B)245.45º20.28%85.1%-
XYZ45.644.2471.78-
YUV179.21149.33126.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 217 (85.16% from 255) = 38.27%
R=31.22%
G=30.51%
B=38.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771732170.180.2000.15245.4536.6776.47
HexB1ADD912140Ff5254c
Octal261255331222401736545114
Binary101100011010110111011001100101010001111111101011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADD9; }

 p { color: rgb(177,173,217); }

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

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

 a { background-color: rgb(177,173,217); }

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

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

 span { border-color: rgb(177,173,217); }

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