#B2A9DB

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

Shades of Lavender Grey #B2A9DB

Tints of Lavender Grey #B2A9DB

Color information

#B2A9DB (or 0xB2A9DB) is unknown color: approx Lavender Grey. HEX triplet: B2, A9 and DB. RGB value is (178,169,219). Sum of RGB (Red+Green+Blue) = 178+169+219=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 169 (66.41% from 255 or 29.86% 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 #B2A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9DB is #4D5624. Grayscale: #B1B1B1. Windows color (decimal): -5068325 or 14395826. OLE color: 14395826.

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

Color convert

RGB178169219-
CMYK0.190.2300.14
HSL250.8º40.98%76.08%-
HSV(B)250.8º22.83%85.88%-
XYZ45.3342.9672.92-
YUV177.39151.48128.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.45%
GREEN value IS 169 (66.41% from 255) = 29.86%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=31.45%
G=29.86%
B=38.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781692190.190.2300.14250.840.9876.08
HexB2A9DB13170Efb294c
Octal262251333232701637351114
Binary101100101010100111011011100111011101110111110111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A9DB; }

 p { color: rgb(178,169,219); }

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

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

 a { background-color: rgb(178,169,219); }

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

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

 span { border-color: rgb(178,169,219); }

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