Shades of Perfume #B69AFF
Tints of Perfume #B69AFF
RGB
CMYK
RGB Variations
Color information
#B69AFF (or 0xB69AFF) is known color: Perfume. HEX triplet: B6, 9A and FF. RGB value is (182,154,255). Sum of RGB (Red+Green+Blue) = 182+154+255=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #B69AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69AFF is #496500. Grayscale: #ADADAD. Windows color (decimal): -4809985 or 16751286. OLE color: 16751286.
HSL color Cylindrical-coordinate representation of color #B69AFF: hue angle of 256.63º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B69AFF is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 154 | 255 | - |
| CMYK | 0.29 | 0.40 | 0 | 0 |
| HSL | 256.63º | 1% | 0.8% | - |
| HSV(B) | 256.63º | 0.4% | 1% | - |
| XYZ | 48.9 | 40.28 | 99.8 | - |
| YUV | 173.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 154 | 255 | 0.29 | 0.40 | 0 | 0 | 256.63 | 1 | 0.8 |
| Hex | B6 | 9A | FF | 1D | 28 | 0 | 0 | 101 | 64 | 50 |
| Octal | 266 | 232 | 377 | 35 | 50 | 0 | 0 | 401 | 144 | 120 |
| Binary | 10110110 | 10011010 | 11111111 | 11101 | 101000 | 0 | 0 | 100000001 | 1100100 | 1010000 |
Color Harmonies of #B69AFF
Complementary color
Monochromatic Colors of #B69AFF
Black with #B69AFF
Text Example
Text Example
White with #B69AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69AFF; }
p { color: rgb(182,154,255); }
H1.HeaderClassName
{
color: #B69AFF;
}
.AnyTagClassName
{
color: #B69AFF;
}
</style>
background-color css
<style>
a { background-color: #B69AFF; }
a { background-color: rgb(182,154,255); }
div.DivClassName
{
background-color: #B69AFF;
}
.BgClassName
{
background-color: #B69AFF;
}
</style>
border-color css
<style>
span { border-color: #B69AFF; }
span { border-color: rgb(182,154,255); }
td.TdClassName
{
border-color: #B69AFF;
}
.TagClassName
{
border-color: #B69AFF;
}
</style>