#B2A9EB

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

Shades of Lavender Grey #B2A9EB

Tints of Lavender Grey #B2A9EB

Color information

#B2A9EB (or 0xB2A9EB) is unknown color: approx Lavender Grey. HEX triplet: B2, A9 and EB. RGB value is (178,169,235). Sum of RGB (Red+Green+Blue) = 178+169+235=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2A9EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A9EB is #4D5614. Grayscale: #B2B2B2. Windows color (decimal): -5068309 or 15444402. OLE color: 15444402.

HSL color Cylindrical-coordinate representation of color #B2A9EB: hue angle of 248.18º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2A9EB is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178169235-
CMYK0.240.2800.08
HSL248.18º62.26%79.22%-
HSV(B)248.18º28.09%92.16%-
XYZ47.5443.8484.55-
YUV179.21159.48127.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.58%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=30.58%
G=29.04%
B=40.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781692350.240.2800.08248.1862.2679.22
HexB2A9EB181C08f83e4f
Octal262251353303401037076117
Binary101100101010100111101011110001110001000111110001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A9EB; }

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

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

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

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

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

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

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

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