#B1ADDB

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

Shades of Lavender Grey #B1ADDB

Tints of Lavender Grey #B1ADDB

Color information

#B1ADDB (or 0xB1ADDB) is unknown color: approx Lavender Grey. HEX triplet: B1, AD and DB. RGB value is (177,173,219). Sum of RGB (Red+Green+Blue) = 177+173+219=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADDB is #4E5224. Grayscale: #B3B3B3. Windows color (decimal): -5132837 or 14396849. OLE color: 14396849.

HSL color Cylindrical-coordinate representation of color #B1ADDB: hue angle of 245.22º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1ADDB is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177173219-
CMYK0.190.2100.14
HSL245.22º38.98%76.86%-
HSV(B)245.22º21%85.88%-
XYZ45.8644.3573.16-
YUV179.44150.33126.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=31.11%
G=30.40%
B=38.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771732190.190.2100.14245.2238.9876.86
HexB1ADDB13150Ef5274d
Octal261255333232501636547115
Binary101100011010110111011011100111010101110111101011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADDB; }

 p { color: rgb(177,173,219); }

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

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

 a { background-color: rgb(177,173,219); }

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

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

 span { border-color: rgb(177,173,219); }

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