#B0ABD7

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

Shades of Lavender Grey #B0ABD7

Tints of Lavender Grey #B0ABD7

Color information

#B0ABD7 (or 0xB0ABD7) is unknown color: approx Lavender Grey. HEX triplet: B0, AB and D7. RGB value is (176,171,215). Sum of RGB (Red+Green+Blue) = 176+171+215=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0ABD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABD7 is #4F5428. Grayscale: #B1B1B1. Windows color (decimal): -5198889 or 14134192. OLE color: 14134192.

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

Color convert

RGB176171215-
CMYK0.180.2000.16
HSL246.82º35.48%75.69%-
HSV(B)246.82º20.47%84.31%-
XYZ44.7343.2670.28-
YUV177.51149.16126.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=31.32%
G=30.43%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761712150.180.2000.16246.8235.4875.69
HexB0ABD71214010f7234c
Octal260253327222402036743114
Binary1011000010101011110101111001010100010000111101111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABD7; }

 p { color: rgb(176,171,215); }

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

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

 a { background-color: rgb(176,171,215); }

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

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

 span { border-color: rgb(176,171,215); }

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