#B4ABDB

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

Shades of Lavender Grey #B4ABDB

Tints of Lavender Grey #B4ABDB

Color information

#B4ABDB (or 0xB4ABDB) is unknown color: approx Lavender Grey. HEX triplet: B4, AB and DB. RGB value is (180,171,219). Sum of RGB (Red+Green+Blue) = 180+171+219=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABDB is #4B5424. Grayscale: #B2B2B2. Windows color (decimal): -4936741 or 14396340. OLE color: 14396340.

HSL color Cylindrical-coordinate representation of color #B4ABDB: hue angle of 251.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 #B4ABDB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180171219-
CMYK0.180.2200.14
HSL251.25º40%76.47%-
HSV(B)251.25º21.92%85.88%-
XYZ46.1743.9473.07-
YUV179.16150.48128.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=31.58%
G=30%
B=38.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801712190.180.2200.14251.254076.47
HexB4ABDB12160Efb284c
Octal264253333222601637350114
Binary101101001010101111011011100101011001110111110111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABDB; }

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

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

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

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

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

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

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

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