Shades of Lavender Blue #B7ADFF
Tints of Lavender Blue #B7ADFF
RGB
CMYK
RGB Variations
Color information
#B7ADFF (or 0xB7ADFF) is known color: Lavender Blue. HEX triplet: B7, AD and FF. RGB value is (183,173,255). Sum of RGB (Red+Green+Blue) = 183+173+255=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ADFF is #485200. Grayscale: #B9B9B9. Windows color (decimal): -4739585 or 16756151. OLE color: 16756151.
HSL color Cylindrical-coordinate representation of color #B7ADFF: hue angle of 247.32º 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 #B7ADFF is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 173 | 255 | - |
| CMYK | 0.28 | 0.32 | 0 | 0 |
| HSL | 247.32º | 1% | 0.84% | - |
| HSV(B) | 247.32º | 0.32% | 1% | - |
| XYZ | 52.52 | 47.17 | 100.95 | - |
| YUV | 185.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 255 | 0.28 | 0.32 | 0 | 0 | 247.32 | 1 | 0.84 |
| Hex | B7 | AD | FF | 1C | 20 | 0 | 0 | F7 | 64 | 54 |
| Octal | 267 | 255 | 377 | 34 | 40 | 0 | 0 | 367 | 144 | 124 |
| Binary | 10110111 | 10101101 | 11111111 | 11100 | 100000 | 0 | 0 | 11110111 | 1100100 | 1010100 |
Color Harmonies of #B7ADFF
Complementary color
Monochromatic Colors of #B7ADFF
Black with #B7ADFF
Text Example
Text Example
White with #B7ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADFF; }
p { color: rgb(183,173,255); }
H1.HeaderClassName
{
color: #B7ADFF;
}
.AnyTagClassName
{
color: #B7ADFF;
}
</style>
background-color css
<style>
a { background-color: #B7ADFF; }
a { background-color: rgb(183,173,255); }
div.DivClassName
{
background-color: #B7ADFF;
}
.BgClassName
{
background-color: #B7ADFF;
}
</style>
border-color css
<style>
span { border-color: #B7ADFF; }
span { border-color: rgb(183,173,255); }
td.TdClassName
{
border-color: #B7ADFF;
}
.TagClassName
{
border-color: #B7ADFF;
}
</style>