#B1AADC

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

Shades of Lavender Grey #B1AADC

Tints of Lavender Grey #B1AADC

Color information

#B1AADC (or 0xB1AADC) is unknown color: approx Lavender Grey. HEX triplet: B1, AA and DC. RGB value is (177,170,220). Sum of RGB (Red+Green+Blue) = 177+170+220=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AADC is #4E5523. Grayscale: #B1B1B1. Windows color (decimal): -5133604 or 14461617. OLE color: 14461617.

HSL color Cylindrical-coordinate representation of color #B1AADC: hue angle of 248.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1AADC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177170220-
CMYK0.200.2300.14
HSL248.4º41.67%76.47%-
HSV(B)248.4º22.73%86.27%-
XYZ45.4243.2673.67-
YUV177.79151.82127.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=31.22%
G=29.98%
B=38.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771702200.200.2300.14248.441.6776.47
HexB1AADC14170Ef82a4c
Octal261252334242701637052114
Binary101100011010101011011100101001011101110111110001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AADC; }

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

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

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

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

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

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

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

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