#B1A9E1

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

Shades of Lavender Grey #B1A9E1

Tints of Lavender Grey #B1A9E1

Color information

#B1A9E1 (or 0xB1A9E1) is unknown color: approx Lavender Grey. HEX triplet: B1, A9 and E1. RGB value is (177,169,225). Sum of RGB (Red+Green+Blue) = 177+169+225=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #B1A9E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9E1 is #4E561E. Grayscale: #B1B1B1. Windows color (decimal): -5133855 or 14789041. OLE color: 14789041.

HSL color Cylindrical-coordinate representation of color #B1A9E1: hue angle of 248.57º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1A9E1 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB177169225-
CMYK0.210.2500.12
HSL248.57º48.28%77.25%-
HSV(B)248.57º24.89%88.24%-
XYZ45.9143.1677.15-
YUV177.78154.65127.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 225 (88.28% from 255) = 39.40%
R=31.00%
G=29.60%
B=39.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1771692250.210.2500.12248.5748.2877.25
HexB1A9E115190Cf9304d
Octal261251341253101437160115
Binary101100011010100111100001101011100101100111110011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A9E1; }

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

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

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

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

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

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

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

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