Shades of Lavender Blue #B8ADFF
Tints of Lavender Blue #B8ADFF
RGB
CMYK
RGB Variations
Color information
#B8ADFF (or 0xB8ADFF) is known color: Lavender Blue. HEX triplet: B8, AD and FF. RGB value is (184,173,255). Sum of RGB (Red+Green+Blue) = 184+173+255=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADFF is #475200. Grayscale: #B9B9B9. Windows color (decimal): -4674049 or 16756152. OLE color: 16756152.
HSL color Cylindrical-coordinate representation of color #B8ADFF: hue angle of 248.05º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8ADFF is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 173 | 255 | - |
| CMYK | 0.28 | 0.32 | 0 | 0 |
| HSL | 248.05º | 1% | 0.84% | - |
| HSV(B) | 248.05º | 0.32% | 1% | - |
| XYZ | 52.76 | 47.3 | 100.96 | - |
| YUV | 185.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 255 | 0.28 | 0.32 | 0 | 0 | 248.05 | 1 | 0.84 |
| Hex | B8 | AD | FF | 1C | 20 | 0 | 0 | F8 | 64 | 54 |
| Octal | 270 | 255 | 377 | 34 | 40 | 0 | 0 | 370 | 144 | 124 |
| Binary | 10111000 | 10101101 | 11111111 | 11100 | 100000 | 0 | 0 | 11111000 | 1100100 | 1010100 |
Color Harmonies of #B8ADFF
Complementary color
Monochromatic Colors of #B8ADFF
Black with #B8ADFF
Text Example
Text Example
White with #B8ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADFF; }
p { color: rgb(184,173,255); }
H1.HeaderClassName
{
color: #B8ADFF;
}
.AnyTagClassName
{
color: #B8ADFF;
}
</style>
background-color css
<style>
a { background-color: #B8ADFF; }
a { background-color: rgb(184,173,255); }
div.DivClassName
{
background-color: #B8ADFF;
}
.BgClassName
{
background-color: #B8ADFF;
}
</style>
border-color css
<style>
span { border-color: #B8ADFF; }
span { border-color: rgb(184,173,255); }
td.TdClassName
{
border-color: #B8ADFF;
}
.TagClassName
{
border-color: #B8ADFF;
}
</style>