#B1A8E8

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

Shades of Lavender Grey #B1A8E8

Tints of Lavender Grey #B1A8E8

Color information

#B1A8E8 (or 0xB1A8E8) is unknown color: approx Lavender Grey. HEX triplet: B1, A8 and E8. RGB value is (177,168,232). Sum of RGB (Red+Green+Blue) = 177+168+232=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #B1A8E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A8E8 is #4E5717. Grayscale: #B1B1B1. Windows color (decimal): -5134104 or 15247537. OLE color: 15247537.

HSL color Cylindrical-coordinate representation of color #B1A8E8: hue angle of 248.44º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1A8E8 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177168232-
CMYK0.240.2800.09
HSL248.44º58.18%78.43%-
HSV(B)248.44º27.59%90.98%-
XYZ46.743.1882.22-
YUV177.99158.48127.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.68%
GREEN value IS 168 (66.02% from 255) = 29.12%
BLUE value IS 232 (91.02% from 255) = 40.21%
R=30.68%
G=29.12%
B=40.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771682320.240.2800.09248.4458.1878.43
HexB1A8E8181C09f83a4e
Octal261250350303401137072116
Binary101100011010100011101000110001110001001111110001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A8E8; }

 p { color: rgb(177,168,232); }

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

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

 a { background-color: rgb(177,168,232); }

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

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

 span { border-color: rgb(177,168,232); }

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