Shades of Lavender Blue #B8B1FE
Tints of Lavender Blue #B8B1FE
RGB
CMYK
RGB Variations
Color information
#B8B1FE (or 0xB8B1FE) is known color: Lavender Blue. HEX triplet: B8, B1 and FE. RGB value is (184,177,254). Sum of RGB (Red+Green+Blue) = 184+177+254=615 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.92% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B1FE is #474E01. Grayscale: #BBBBBB. Windows color (decimal): -4673026 or 16691640. OLE color: 16691640.
HSL color Cylindrical-coordinate representation of color #B8B1FE: hue angle of 245.45º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8B1FE is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 177 | 254 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.00 |
| HSL | 245.45º | 0.97% | 0.85% | - |
| HSV(B) | 245.45º | 0.3% | 1% | - |
| XYZ | 53.38 | 48.79 | 100.37 | - |
| YUV | 187.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 254 | 0.28 | 0.30 | 0 | 0.00 | 245.45 | 0.97 | 0.85 |
| Hex | B8 | B1 | FE | 1C | 1E | 0 | 0 | F5 | 61 | 55 |
| Octal | 270 | 261 | 376 | 34 | 36 | 0 | 0 | 365 | 141 | 125 |
| Binary | 10111000 | 10110001 | 11111110 | 11100 | 11110 | 0 | 0 | 11110101 | 1100001 | 1010101 |
Color Harmonies of #B8B1FE
Complementary color
Monochromatic Colors of #B8B1FE
Black with #B8B1FE
Text Example
Text Example
White with #B8B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B1FE; }
p { color: rgb(184,177,254); }
H1.HeaderClassName
{
color: #B8B1FE;
}
.AnyTagClassName
{
color: #B8B1FE;
}
</style>
background-color css
<style>
a { background-color: #B8B1FE; }
a { background-color: rgb(184,177,254); }
div.DivClassName
{
background-color: #B8B1FE;
}
.BgClassName
{
background-color: #B8B1FE;
}
</style>
border-color css
<style>
span { border-color: #B8B1FE; }
span { border-color: rgb(184,177,254); }
td.TdClassName
{
border-color: #B8B1FE;
}
.TagClassName
{
border-color: #B8B1FE;
}
</style>