Shades of Lavender Grey #B1A8EE
Tints of Lavender Grey #B1A8EE
RGB
CMYK
RGB Variations
Color information
#B1A8EE (or 0xB1A8EE) is known color: Lavender Grey. HEX triplet: B1, A8 and EE. RGB value is (177,168,238). Sum of RGB (Red+Green+Blue) = 177+168+238=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1A8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A8EE is #4E5711. Grayscale: #B2B2B2. Windows color (decimal): -5134098 or 15640753. OLE color: 15640753.
HSL color Cylindrical-coordinate representation of color #B1A8EE: hue angle of 247.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1A8EE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 168 | 238 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.07 |
| HSL | 247.71º | 0.67% | 0.8% | - |
| HSV(B) | 247.71º | 0.29% | 0.93% | - |
| XYZ | 47.57 | 43.53 | 86.78 | - |
| YUV | 178.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 238 | 0.26 | 0.29 | 0 | 0.07 | 247.71 | 0.67 | 0.8 |
| Hex | B1 | A8 | EE | 1A | 1D | 0 | 7 | F8 | 43 | 50 |
| Octal | 261 | 250 | 356 | 32 | 35 | 0 | 7 | 370 | 103 | 120 |
| Binary | 10110001 | 10101000 | 11101110 | 11010 | 11101 | 0 | 111 | 11111000 | 1000011 | 1010000 |
Color Harmonies of #B1A8EE
Complementary color
Monochromatic Colors of #B1A8EE
Black with #B1A8EE
Text Example
Text Example
White with #B1A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A8EE; }
p { color: rgb(177,168,238); }
H1.HeaderClassName
{
color: #B1A8EE;
}
.AnyTagClassName
{
color: #B1A8EE;
}
</style>
background-color css
<style>
a { background-color: #B1A8EE; }
a { background-color: rgb(177,168,238); }
div.DivClassName
{
background-color: #B1A8EE;
}
.BgClassName
{
background-color: #B1A8EE;
}
</style>
border-color css
<style>
span { border-color: #B1A8EE; }
span { border-color: rgb(177,168,238); }
td.TdClassName
{
border-color: #B1A8EE;
}
.TagClassName
{
border-color: #B1A8EE;
}
</style>