Shades of Perfume #B69FFB
Tints of Perfume #B69FFB
RGB
CMYK
RGB Variations
Color information
#B69FFB (or 0xB69FFB) is known color: Perfume. HEX triplet: B6, 9F and FB. RGB value is (182,159,251). Sum of RGB (Red+Green+Blue) = 182+159+251=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #B69FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69FFB is #496004. Grayscale: #B0B0B0. Windows color (decimal): -4808709 or 16490422. OLE color: 16490422.
HSL color Cylindrical-coordinate representation of color #B69FFB: hue angle of 255º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B69FFB is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 159 | 251 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.02 |
| HSL | 255º | 0.92% | 0.8% | - |
| HSV(B) | 255º | 0.37% | 0.98% | - |
| XYZ | 49.1 | 41.71 | 96.73 | - |
| YUV | 176.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 159 | 251 | 0.27 | 0.37 | 0 | 0.02 | 255 | 0.92 | 0.8 |
| Hex | B6 | 9F | FB | 1B | 25 | 0 | 2 | FF | 5C | 50 |
| Octal | 266 | 237 | 373 | 33 | 45 | 0 | 2 | 377 | 134 | 120 |
| Binary | 10110110 | 10011111 | 11111011 | 11011 | 100101 | 0 | 10 | 11111111 | 1011100 | 1010000 |
Color Harmonies of #B69FFB
Complementary color
Monochromatic Colors of #B69FFB
Black with #B69FFB
Text Example
Text Example
White with #B69FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69FFB; }
p { color: rgb(182,159,251); }
H1.HeaderClassName
{
color: #B69FFB;
}
.AnyTagClassName
{
color: #B69FFB;
}
</style>
background-color css
<style>
a { background-color: #B69FFB; }
a { background-color: rgb(182,159,251); }
div.DivClassName
{
background-color: #B69FFB;
}
.BgClassName
{
background-color: #B69FFB;
}
</style>
border-color css
<style>
span { border-color: #B69FFB; }
span { border-color: rgb(182,159,251); }
td.TdClassName
{
border-color: #B69FFB;
}
.TagClassName
{
border-color: #B69FFB;
}
</style>