Shades of Lavender Blue #B6ADFF
Tints of Lavender Blue #B6ADFF
RGB
CMYK
RGB Variations
Color information
#B6ADFF (or 0xB6ADFF) is known color: Lavender Blue. HEX triplet: B6, AD and FF. RGB value is (182,173,255). Sum of RGB (Red+Green+Blue) = 182+173+255=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ADFF is #495200. Grayscale: #B8B8B8. Windows color (decimal): -4805121 or 16756150. OLE color: 16756150.
HSL color Cylindrical-coordinate representation of color #B6ADFF: hue angle of 246.59º 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 #B6ADFF is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 173 | 255 | - |
| CMYK | 0.29 | 0.32 | 0 | 0 |
| HSL | 246.59º | 1% | 0.84% | - |
| HSV(B) | 246.59º | 0.32% | 1% | - |
| XYZ | 52.28 | 47.05 | 100.93 | - |
| YUV | 185.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 255 | 0.29 | 0.32 | 0 | 0 | 246.59 | 1 | 0.84 |
| Hex | B6 | AD | FF | 1D | 20 | 0 | 0 | F7 | 64 | 54 |
| Octal | 266 | 255 | 377 | 35 | 40 | 0 | 0 | 367 | 144 | 124 |
| Binary | 10110110 | 10101101 | 11111111 | 11101 | 100000 | 0 | 0 | 11110111 | 1100100 | 1010100 |
Color Harmonies of #B6ADFF
Complementary color
Monochromatic Colors of #B6ADFF
Black with #B6ADFF
Text Example
Text Example
White with #B6ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ADFF; }
p { color: rgb(182,173,255); }
H1.HeaderClassName
{
color: #B6ADFF;
}
.AnyTagClassName
{
color: #B6ADFF;
}
</style>
background-color css
<style>
a { background-color: #B6ADFF; }
a { background-color: rgb(182,173,255); }
div.DivClassName
{
background-color: #B6ADFF;
}
.BgClassName
{
background-color: #B6ADFF;
}
</style>
border-color css
<style>
span { border-color: #B6ADFF; }
span { border-color: rgb(182,173,255); }
td.TdClassName
{
border-color: #B6ADFF;
}
.TagClassName
{
border-color: #B6ADFF;
}
</style>