Shades of Lavender Blue #B8B7FF
Tints of Lavender Blue #B8B7FF
RGB
CMYK
RGB Variations
Color information
#B8B7FF (or 0xB8B7FF) is known color: Lavender Blue. HEX triplet: B8, B7 and FF. RGB value is (184,183,255). Sum of RGB (Red+Green+Blue) = 184+183+255=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B7FF is #474800. Grayscale: #BFBFBF. Windows color (decimal): -4671489 or 16758712. OLE color: 16758712.
HSL color Cylindrical-coordinate representation of color #B8B7FF: hue angle of 240.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8B7FF is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 183 | 255 | - |
| CMYK | 0.28 | 0.28 | 0 | 0 |
| HSL | 240.83º | 1% | 0.86% | - |
| HSV(B) | 240.83º | 0.28% | 1% | - |
| XYZ | 54.75 | 51.28 | 101.62 | - |
| YUV | 191.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 255 | 0.28 | 0.28 | 0 | 0 | 240.83 | 1 | 0.86 |
| Hex | B8 | B7 | FF | 1C | 1C | 0 | 0 | F1 | 64 | 56 |
| Octal | 270 | 267 | 377 | 34 | 34 | 0 | 0 | 361 | 144 | 126 |
| Binary | 10111000 | 10110111 | 11111111 | 11100 | 11100 | 0 | 0 | 11110001 | 1100100 | 1010110 |
Color Harmonies of #B8B7FF
Complementary color
Monochromatic Colors of #B8B7FF
Black with #B8B7FF
Text Example
Text Example
White with #B8B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B7FF; }
p { color: rgb(184,183,255); }
H1.HeaderClassName
{
color: #B8B7FF;
}
.AnyTagClassName
{
color: #B8B7FF;
}
</style>
background-color css
<style>
a { background-color: #B8B7FF; }
a { background-color: rgb(184,183,255); }
div.DivClassName
{
background-color: #B8B7FF;
}
.BgClassName
{
background-color: #B8B7FF;
}
</style>
border-color css
<style>
span { border-color: #B8B7FF; }
span { border-color: rgb(184,183,255); }
td.TdClassName
{
border-color: #B8B7FF;
}
.TagClassName
{
border-color: #B8B7FF;
}
</style>