#B0ABDD

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

Shades of Lavender Grey #B0ABDD

Tints of Lavender Grey #B0ABDD

Color information

#B0ABDD (or 0xB0ABDD) is unknown color: approx Lavender Grey. HEX triplet: B0, AB and DD. RGB value is (176,171,221). Sum of RGB (Red+Green+Blue) = 176+171+221=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABDD is #4F5422. Grayscale: #B2B2B2. Windows color (decimal): -5198883 or 14527408. OLE color: 14527408.

HSL color Cylindrical-coordinate representation of color #B0ABDD: hue angle of 246º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0ABDD is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176171221-
CMYK0.200.2300.13
HSL246º42.37%76.86%-
HSV(B)246º22.62%86.67%-
XYZ45.5243.5874.42-
YUV178.2152.16126.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=30.99%
G=30.11%
B=38.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761712210.200.2300.1324642.3776.86
HexB0ABDD14170Df62a4d
Octal260253335242701536652115
Binary101100001010101111011101101001011101101111101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABDD; }

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

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

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

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

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

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

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

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