Shades of Lavender Blue #B8BAFF
Tints of Lavender Blue #B8BAFF
RGB
CMYK
RGB Variations
Color information
#B8BAFF (or 0xB8BAFF) is known color: Lavender Blue. HEX triplet: B8, BA and FF. RGB value is (184,186,255). Sum of RGB (Red+Green+Blue) = 184+186+255=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAFF is #474500. Grayscale: #C0C0C0. Windows color (decimal): -4670721 or 16759480. OLE color: 16759480.
HSL color Cylindrical-coordinate representation of color #B8BAFF: hue angle of 238.31º 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 #B8BAFF is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 186 | 255 | - |
| CMYK | 0.28 | 0.27 | 0 | 0 |
| HSL | 238.31º | 1% | 0.86% | - |
| HSV(B) | 238.31º | 0.28% | 1% | - |
| XYZ | 55.38 | 52.53 | 101.83 | - |
| YUV | 193.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 255 | 0.28 | 0.27 | 0 | 0 | 238.31 | 1 | 0.86 |
| Hex | B8 | BA | FF | 1C | 1B | 0 | 0 | EE | 64 | 56 |
| Octal | 270 | 272 | 377 | 34 | 33 | 0 | 0 | 356 | 144 | 126 |
| Binary | 10111000 | 10111010 | 11111111 | 11100 | 11011 | 0 | 0 | 11101110 | 1100100 | 1010110 |
Color Harmonies of #B8BAFF
Complementary color
Monochromatic Colors of #B8BAFF
Black with #B8BAFF
Text Example
Text Example
White with #B8BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BAFF; }
p { color: rgb(184,186,255); }
H1.HeaderClassName
{
color: #B8BAFF;
}
.AnyTagClassName
{
color: #B8BAFF;
}
</style>
background-color css
<style>
a { background-color: #B8BAFF; }
a { background-color: rgb(184,186,255); }
div.DivClassName
{
background-color: #B8BAFF;
}
.BgClassName
{
background-color: #B8BAFF;
}
</style>
border-color css
<style>
span { border-color: #B8BAFF; }
span { border-color: rgb(184,186,255); }
td.TdClassName
{
border-color: #B8BAFF;
}
.TagClassName
{
border-color: #B8BAFF;
}
</style>