#B1ACD5

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

Shades of Lavender Grey #B1ACD5

Tints of Lavender Grey #B1ACD5

Color information

#B1ACD5 (or 0xB1ACD5) is unknown color: approx Lavender Grey. HEX triplet: B1, AC and D5. RGB value is (177,172,213). Sum of RGB (Red+Green+Blue) = 177+172+213=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #B1ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACD5 is #4E532A. Grayscale: #B2B2B2. Windows color (decimal): -5133099 or 14003377. OLE color: 14003377.

HSL color Cylindrical-coordinate representation of color #B1ACD5: hue angle of 247.32º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1ACD5 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177172213-
CMYK0.170.1900.16
HSL247.32º32.8%75.49%-
HSV(B)247.32º19.25%83.53%-
XYZ44.8943.6669.01-
YUV178.17147.66127.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.49%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=31.49%
G=30.60%
B=37.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771722130.170.1900.16247.3232.875.49
HexB1ACD51113010f7214b
Octal261254325212302036741113
Binary1011000110101100110101011000110011010000111101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACD5; }

 p { color: rgb(177,172,213); }

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

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

 a { background-color: rgb(177,172,213); }

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

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

 span { border-color: rgb(177,172,213); }

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