Shades of Perfume #B69BF8
Tints of Perfume #B69BF8
RGB
CMYK
RGB Variations
Color information
#B69BF8 (or 0xB69BF8) is known color: Perfume. HEX triplet: B6, 9B and F8. RGB value is (182,155,248). Sum of RGB (Red+Green+Blue) = 182+155+248=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #B69BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BF8 is #496407. Grayscale: #ADADAD. Windows color (decimal): -4809736 or 16292790. OLE color: 16292790.
HSL color Cylindrical-coordinate representation of color #B69BF8: hue angle of 257.42º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B69BF8 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 155 | 248 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.03 |
| HSL | 257.42º | 0.87% | 0.79% | - |
| HSV(B) | 257.42º | 0.38% | 0.97% | - |
| XYZ | 47.96 | 40.17 | 94.03 | - |
| YUV | 173.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 248 | 0.27 | 0.38 | 0 | 0.03 | 257.42 | 0.87 | 0.79 |
| Hex | B6 | 9B | F8 | 1B | 26 | 0 | 3 | 101 | 57 | 4F |
| Octal | 266 | 233 | 370 | 33 | 46 | 0 | 3 | 401 | 127 | 117 |
| Binary | 10110110 | 10011011 | 11111000 | 11011 | 100110 | 0 | 11 | 100000001 | 1010111 | 1001111 |
Color Harmonies of #B69BF8
Complementary color
Monochromatic Colors of #B69BF8
Black with #B69BF8
Text Example
Text Example
White with #B69BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69BF8; }
p { color: rgb(182,155,248); }
H1.HeaderClassName
{
color: #B69BF8;
}
.AnyTagClassName
{
color: #B69BF8;
}
</style>
background-color css
<style>
a { background-color: #B69BF8; }
a { background-color: rgb(182,155,248); }
div.DivClassName
{
background-color: #B69BF8;
}
.BgClassName
{
background-color: #B69BF8;
}
</style>
border-color css
<style>
span { border-color: #B69BF8; }
span { border-color: rgb(182,155,248); }
td.TdClassName
{
border-color: #B69BF8;
}
.TagClassName
{
border-color: #B69BF8;
}
</style>