#B2A9DC

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

Shades of Lavender Grey #B2A9DC

Tints of Lavender Grey #B2A9DC

Color information

#B2A9DC (or 0xB2A9DC) is unknown color: approx Lavender Grey. HEX triplet: B2, A9 and DC. RGB value is (178,169,220). Sum of RGB (Red+Green+Blue) = 178+169+220=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2A9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9DC is #4D5623. Grayscale: #B1B1B1. Windows color (decimal): -5068324 or 14461362. OLE color: 14461362.

HSL color Cylindrical-coordinate representation of color #B2A9DC: hue angle of 250.59º degrees, saturation: 0.42, 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 #B2A9DC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178169220-
CMYK0.190.2300.14
HSL250.59º42.15%76.27%-
HSV(B)250.59º23.18%86.27%-
XYZ45.4743.0173.62-
YUV177.5151.98128.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=31.39%
G=29.81%
B=38.80%

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
Decimal1781692200.190.2300.14250.5942.1576.27
HexB2A9DC13170Efb2a4c
Octal262251334232701637352114
Binary101100101010100111011100100111011101110111110111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A9DC; }

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

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

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

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

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

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

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

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