#B1ACDF

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

Shades of Lavender Grey #B1ACDF

Tints of Lavender Grey #B1ACDF

Color information

#B1ACDF (or 0xB1ACDF) is unknown color: approx Lavender Grey. HEX triplet: B1, AC and DF. RGB value is (177,172,223). Sum of RGB (Red+Green+Blue) = 177+172+223=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACDF is #4E5320. Grayscale: #B3B3B3. Windows color (decimal): -5133089 or 14658737. OLE color: 14658737.

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

Color convert

RGB177172223-
CMYK0.210.2300.13
HSL245.88º44.35%77.45%-
HSV(B)245.88º22.87%87.45%-
XYZ46.244.1875.9-
YUV179.31152.66126.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=30.94%
G=30.07%
B=38.99%

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
Decimal1771722230.210.2300.13245.8844.3577.45
HexB1ACDF15170Df62c4d
Octal261254337252701536654115
Binary101100011010110011011111101011011101101111101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACDF; }

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

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

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

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

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

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

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

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