#B1A9DA

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

Shades of Lavender Grey #B1A9DA

Tints of Lavender Grey #B1A9DA

Color information

#B1A9DA (or 0xB1A9DA) is unknown color: approx Lavender Grey. HEX triplet: B1, A9 and DA. RGB value is (177,169,218). Sum of RGB (Red+Green+Blue) = 177+169+218=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1A9DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9DA is #4E5625. Grayscale: #B0B0B0. Windows color (decimal): -5133862 or 14330289. OLE color: 14330289.

HSL color Cylindrical-coordinate representation of color #B1A9DA: hue angle of 249.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1A9DA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177169218-
CMYK0.190.2200.15
HSL249.8º39.84%75.88%-
HSV(B)249.8º22.48%85.49%-
XYZ44.9742.7972.22-
YUV176.98151.15128.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=31.38%
G=29.96%
B=38.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771692180.190.2200.15249.839.8475.88
HexB1A9DA13160Ffa284c
Octal261251332232601737250114
Binary101100011010100111011010100111011001111111110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A9DA; }

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

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

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

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

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

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

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

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