#B3ABDD

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

Shades of Lavender Grey #B3ABDD

Tints of Lavender Grey #B3ABDD

Color information

#B3ABDD (or 0xB3ABDD) is unknown color: approx Lavender Grey. HEX triplet: B3, AB and DD. RGB value is (179,171,221). Sum of RGB (Red+Green+Blue) = 179+171+221=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABDD is #4C5422. Grayscale: #B2B2B2. Windows color (decimal): -5002275 or 14527411. OLE color: 14527411.

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

Color convert

RGB179171221-
CMYK0.190.2300.13
HSL249.6º42.37%76.86%-
HSV(B)249.6º22.62%86.67%-
XYZ46.243.9374.45-
YUV179.09151.65127.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=31.35%
G=29.95%
B=38.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791712210.190.2300.13249.642.3776.86
HexB3ABDD13170Dfa2a4d
Octal263253335232701537252115
Binary101100111010101111011101100111011101101111110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABDD; }

 p { color: rgb(179,171,221); }

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

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

 a { background-color: rgb(179,171,221); }

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

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

 span { border-color: rgb(179,171,221); }

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