Shades of Lavender Grey #B1A8EA
Tints of Lavender Grey #B1A8EA
RGB
CMYK
RGB Variations
Color information
#B1A8EA (or 0xB1A8EA) is known color: 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
| RGB | 177 | 168 | 234 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.08 |
| HSL | 248.18º | 0.61% | 0.79% | - |
| HSV(B) | 248.18º | 0.28% | 0.92% | - |
| XYZ | 46.99 | 43.29 | 83.72 | - |
| YUV | 178.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 234 | 0.24 | 0.28 | 0 | 0.08 | 248.18 | 0.61 | 0.79 |
| Hex | B1 | A8 | EA | 18 | 1C | 0 | 8 | F8 | 3D | 4F |
| Octal | 261 | 250 | 352 | 30 | 34 | 0 | 10 | 370 | 75 | 117 |
| Binary | 10110001 | 10101000 | 11101010 | 11000 | 11100 | 0 | 1000 | 11111000 | 111101 | 1001111 |
Color Harmonies of #B1A8EA
Complementary color
Monochromatic Colors of #B1A8EA
Black with #B1A8EA
Text Example
Text Example
White with #B1A8EA
Text Example
Text Example
HTML Codes & Css Web 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>