#B2A9EC

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

Shades of Lavender Grey #B2A9EC

Tints of Lavender Grey #B2A9EC

Color information

#B2A9EC (or 0xB2A9EC) is unknown color: approx Lavender Grey. HEX triplet: B2, A9 and EC. RGB value is (178,169,236). Sum of RGB (Red+Green+Blue) = 178+169+236=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2A9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A9EC is #4D5613. Grayscale: #B3B3B3. Windows color (decimal): -5068308 or 15509938. OLE color: 15509938.

HSL color Cylindrical-coordinate representation of color #B2A9EC: hue angle of 248.06º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2A9EC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178169236-
CMYK0.250.2800.07
HSL248.06º63.81%79.41%-
HSV(B)248.06º28.39%92.55%-
XYZ47.6943.985.32-
YUV179.33159.98127.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.53%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=30.53%
G=28.99%
B=40.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781692360.250.2800.07248.0663.8179.41
HexB2A9EC191C07f8404f
Octal262251354313407370100117
Binary101100101010100111101100110011110001111111100010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A9EC; }

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

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

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

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

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

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

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

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