#B1ADD8

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

Shades of Lavender Grey #B1ADD8

Tints of Lavender Grey #B1ADD8

Color information

#B1ADD8 (or 0xB1ADD8) is unknown color: approx Lavender Grey. HEX triplet: B1, AD and D8. RGB value is (177,173,216). Sum of RGB (Red+Green+Blue) = 177+173+216=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #B1ADD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADD8 is #4E5227. Grayscale: #B2B2B2. Windows color (decimal): -5132840 or 14200241. OLE color: 14200241.

HSL color Cylindrical-coordinate representation of color #B1ADD8: hue angle of 245.58º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1ADD8 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177173216-
CMYK0.180.2000.15
HSL245.58º35.54%76.27%-
HSV(B)245.58º19.91%84.71%-
XYZ45.4744.1971.1-
YUV179.1148.83126.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 216 (84.77% from 255) = 38.16%
R=31.27%
G=30.57%
B=38.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771732160.180.2000.15245.5835.5476.27
HexB1ADD812140Ff6244c
Octal261255330222401736644114
Binary101100011010110111011000100101010001111111101101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADD8; }

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

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

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

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

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

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

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

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