Shades of Lavender Blue #B9ADFF
Tints of Lavender Blue #B9ADFF
RGB
CMYK
RGB Variations
Color information
#B9ADFF (or 0xB9ADFF) is known color: Lavender Blue. HEX triplet: B9, AD and FF. RGB value is (185,173,255). Sum of RGB (Red+Green+Blue) = 185+173+255=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADFF is #465200. Grayscale: #B9B9B9. Windows color (decimal): -4608513 or 16756153. OLE color: 16756153.
HSL color Cylindrical-coordinate representation of color #B9ADFF: hue angle of 248.78º 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 #B9ADFF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 173 | 255 | - |
| CMYK | 0.27 | 0.32 | 0 | 0 |
| HSL | 248.78º | 1% | 0.84% | - |
| HSV(B) | 248.78º | 0.32% | 1% | - |
| XYZ | 53 | 47.42 | 100.97 | - |
| YUV | 185.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 255 | 0.27 | 0.32 | 0 | 0 | 248.78 | 1 | 0.84 |
| Hex | B9 | AD | FF | 1B | 20 | 0 | 0 | F9 | 64 | 54 |
| Octal | 271 | 255 | 377 | 33 | 40 | 0 | 0 | 371 | 144 | 124 |
| Binary | 10111001 | 10101101 | 11111111 | 11011 | 100000 | 0 | 0 | 11111001 | 1100100 | 1010100 |
Color Harmonies of #B9ADFF
Complementary color
Monochromatic Colors of #B9ADFF
Black with #B9ADFF
Text Example
Text Example
White with #B9ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADFF; }
p { color: rgb(185,173,255); }
H1.HeaderClassName
{
color: #B9ADFF;
}
.AnyTagClassName
{
color: #B9ADFF;
}
</style>
background-color css
<style>
a { background-color: #B9ADFF; }
a { background-color: rgb(185,173,255); }
div.DivClassName
{
background-color: #B9ADFF;
}
.BgClassName
{
background-color: #B9ADFF;
}
</style>
border-color css
<style>
span { border-color: #B9ADFF; }
span { border-color: rgb(185,173,255); }
td.TdClassName
{
border-color: #B9ADFF;
}
.TagClassName
{
border-color: #B9ADFF;
}
</style>