#B0ABD8

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

Shades of Lavender Grey #B0ABD8

Tints of Lavender Grey #B0ABD8

Color information

#B0ABD8 (or 0xB0ABD8) is unknown color: approx Lavender Grey. HEX triplet: B0, AB and D8. RGB value is (176,171,216). Sum of RGB (Red+Green+Blue) = 176+171+216=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #B0ABD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABD8 is #4F5427. Grayscale: #B1B1B1. Windows color (decimal): -5198888 or 14199728. OLE color: 14199728.

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

Color convert

RGB176171216-
CMYK0.190.2100.15
HSL246.67º36.59%75.88%-
HSV(B)246.67º20.83%84.71%-
XYZ44.8643.3170.96-
YUV177.62149.66126.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 216 (84.77% from 255) = 38.37%
R=31.26%
G=30.37%
B=38.37%

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
Decimal1761712160.190.2100.15246.6736.5975.88
HexB0ABD813150Ff7254c
Octal260253330232501736745114
Binary101100001010101111011000100111010101111111101111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABD8; }

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

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

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

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

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

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

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

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