#B1ABDF

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

Shades of Lavender Grey #B1ABDF

Tints of Lavender Grey #B1ABDF

Color information

#B1ABDF (or 0xB1ABDF) is unknown color: approx Lavender Grey. HEX triplet: B1, AB and DF. RGB value is (177,171,223). Sum of RGB (Red+Green+Blue) = 177+171+223=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABDF is #4E5420. Grayscale: #B2B2B2. Windows color (decimal): -5133345 or 14658481. OLE color: 14658481.

HSL color Cylindrical-coordinate representation of color #B1ABDF: hue angle of 246.92º degrees, saturation: 0.45, 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 #B1ABDF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177171223-
CMYK0.210.2300.13
HSL246.92º44.83%77.25%-
HSV(B)246.92º23.32%87.45%-
XYZ46.0143.875.84-
YUV178.72152.99126.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=31.00%
G=29.95%
B=39.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771712230.210.2300.13246.9244.8377.25
HexB1ABDF15170Df72d4d
Octal261253337252701536755115
Binary101100011010101111011111101011011101101111101111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABDF; }

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

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

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

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

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

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

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

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