Shades of Perfume #B69CFE
Tints of Perfume #B69CFE
RGB
CMYK
RGB Variations
Color information
#B69CFE (or 0xB69CFE) is known color: Perfume. HEX triplet: B6, 9C and FE. RGB value is (182,156,254). Sum of RGB (Red+Green+Blue) = 182+156+254=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #B69CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69CFE is #496301. Grayscale: #AEAEAE. Windows color (decimal): -4809474 or 16686262. OLE color: 16686262.
HSL color Cylindrical-coordinate representation of color #B69CFE: hue angle of 255.92º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B69CFE is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 156 | 254 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.00 |
| HSL | 255.92º | 0.98% | 0.8% | - |
| HSV(B) | 255.92º | 0.39% | 1% | - |
| XYZ | 49.07 | 40.88 | 99.07 | - |
| YUV | 174.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 254 | 0.28 | 0.39 | 0 | 0.00 | 255.92 | 0.98 | 0.8 |
| Hex | B6 | 9C | FE | 1C | 27 | 0 | 0 | 100 | 62 | 50 |
| Octal | 266 | 234 | 376 | 34 | 47 | 0 | 0 | 400 | 142 | 120 |
| Binary | 10110110 | 10011100 | 11111110 | 11100 | 100111 | 0 | 0 | 100000000 | 1100010 | 1010000 |
Color Harmonies of #B69CFE
Complementary color
Monochromatic Colors of #B69CFE
Black with #B69CFE
Text Example
Text Example
White with #B69CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69CFE; }
p { color: rgb(182,156,254); }
H1.HeaderClassName
{
color: #B69CFE;
}
.AnyTagClassName
{
color: #B69CFE;
}
</style>
background-color css
<style>
a { background-color: #B69CFE; }
a { background-color: rgb(182,156,254); }
div.DivClassName
{
background-color: #B69CFE;
}
.BgClassName
{
background-color: #B69CFE;
}
</style>
border-color css
<style>
span { border-color: #B69CFE; }
span { border-color: rgb(182,156,254); }
td.TdClassName
{
border-color: #B69CFE;
}
.TagClassName
{
border-color: #B69CFE;
}
</style>