#B1A8EA

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

Shades of Lavender Grey #B1A8EA

Tints of Lavender Grey #B1A8EA

Color information

#B1A8EA (or 0xB1A8EA) is unknown color: approx Lavender Grey. HEX triplet: B1, A8 and EA. RGB value is (177,168,234). Sum of RGB (Red+Green+Blue) = 177+168+234=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1A8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A8EA is #4E5715. Grayscale: #B1B1B1. Windows color (decimal): -5134102 or 15378609. OLE color: 15378609.

HSL color Cylindrical-coordinate representation of color #B1A8EA: hue angle of 248.18º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1A8EA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177168234-
CMYK0.240.2800.08
HSL248.18º61.11%78.82%-
HSV(B)248.18º28.21%91.76%-
XYZ46.9943.2983.72-
YUV178.21159.48127.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.57%
GREEN value IS 168 (66.02% from 255) = 29.02%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=30.57%
G=29.02%
B=40.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771682340.240.2800.08248.1861.1178.82
HexB1A8EA181C08f83d4f
Octal261250352303401037075117
Binary101100011010100011101010110001110001000111110001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A8EA; }

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

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

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

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

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

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

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

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