#B1ADDA

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

Shades of Lavender Grey #B1ADDA

Tints of Lavender Grey #B1ADDA

Color information

#B1ADDA (or 0xB1ADDA) is unknown color: approx Lavender Grey. HEX triplet: B1, AD and DA. RGB value is (177,173,218). Sum of RGB (Red+Green+Blue) = 177+173+218=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADDA is #4E5225. Grayscale: #B3B3B3. Windows color (decimal): -5132838 or 14331313. OLE color: 14331313.

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

Color convert

RGB177173218-
CMYK0.190.2100.15
HSL245.33º37.82%76.67%-
HSV(B)245.33º20.64%85.49%-
XYZ45.7344.372.47-
YUV179.33149.83126.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.16%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=31.16%
G=30.46%
B=38.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771732180.190.2100.15245.3337.8276.67
HexB1ADDA13150Ff5264d
Octal261255332232501736546115
Binary101100011010110111011010100111010101111111101011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADDA; }

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

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

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

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

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

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

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

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