#B1AADA

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

Shades of Lavender Grey #B1AADA

Tints of Lavender Grey #B1AADA

Color information

#B1AADA (or 0xB1AADA) is unknown color: approx Lavender Grey. HEX triplet: B1, AA and DA. RGB value is (177,170,218). Sum of RGB (Red+Green+Blue) = 177+170+218=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AADA is #4E5525. Grayscale: #B1B1B1. Windows color (decimal): -5133606 or 14330545. OLE color: 14330545.

HSL color Cylindrical-coordinate representation of color #B1AADA: hue angle of 248.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1AADA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177170218-
CMYK0.190.2200.15
HSL248.75º39.34%76.08%-
HSV(B)248.75º22.02%85.49%-
XYZ45.1643.1672.28-
YUV177.56150.82127.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.33%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=31.33%
G=30.09%
B=38.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771702180.190.2200.15248.7539.3476.08
HexB1AADA13160Ff9274c
Octal261252332232601737147114
Binary101100011010101011011010100111011001111111110011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AADA; }

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

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

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

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

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

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

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

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