#B0ABDB

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

Shades of Lavender Grey #B0ABDB

Tints of Lavender Grey #B0ABDB

Color information

#B0ABDB (or 0xB0ABDB) is unknown color: approx Lavender Grey. HEX triplet: B0, AB and DB. RGB value is (176,171,219). Sum of RGB (Red+Green+Blue) = 176+171+219=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABDB is #4F5424. Grayscale: #B1B1B1. Windows color (decimal): -5198885 or 14396336. OLE color: 14396336.

HSL color Cylindrical-coordinate representation of color #B0ABDB: hue angle of 246.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0ABDB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176171219-
CMYK0.200.2200.14
HSL246.25º40%76.47%-
HSV(B)246.25º21.92%85.88%-
XYZ45.2543.4773.02-
YUV177.97151.16126.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=31.10%
G=30.21%
B=38.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761712190.200.2200.14246.254076.47
HexB0ABDB14160Ef6284c
Octal260253333242601636650114
Binary101100001010101111011011101001011001110111101101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABDB; }

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

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

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

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

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

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

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

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