#B1A9DD

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

Shades of Lavender Grey #B1A9DD

Tints of Lavender Grey #B1A9DD

Color information

#B1A9DD (or 0xB1A9DD) is unknown color: approx Lavender Grey. HEX triplet: B1, A9 and DD. RGB value is (177,169,221). Sum of RGB (Red+Green+Blue) = 177+169+221=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9DD is #4E5622. Grayscale: #B1B1B1. Windows color (decimal): -5133859 or 14526897. OLE color: 14526897.

HSL color Cylindrical-coordinate representation of color #B1A9DD: hue angle of 249.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1A9DD is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177169221-
CMYK0.200.2400.13
HSL249.23º43.33%76.47%-
HSV(B)249.23º23.53%86.67%-
XYZ45.3742.9474.3-
YUV177.32152.65127.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=31.22%
G=29.81%
B=38.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771692210.200.2400.13249.2343.3376.47
HexB1A9DD14180Df92b4c
Octal261251335243001537153114
Binary101100011010100111011101101001100001101111110011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A9DD; }

 p { color: rgb(177,169,221); }

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

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

 a { background-color: rgb(177,169,221); }

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

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

 span { border-color: rgb(177,169,221); }

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