Shades of Perfume #B699FE
Tints of Perfume #B699FE
RGB
CMYK
RGB Variations
Color information
#B699FE (or 0xB699FE) is known color: Perfume. HEX triplet: B6, 99 and FE. RGB value is (182,153,254). Sum of RGB (Red+Green+Blue) = 182+153+254=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #B699FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699FE is #496601. Grayscale: #ACACAC. Windows color (decimal): -4810242 or 16685494. OLE color: 16685494.
HSL color Cylindrical-coordinate representation of color #B699FE: hue angle of 257.23º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B699FE is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 153 | 254 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.00 |
| HSL | 257.23º | 0.98% | 0.8% | - |
| HSV(B) | 257.23º | 0.4% | 1% | - |
| XYZ | 48.57 | 39.88 | 98.9 | - |
| YUV | 173.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 254 | 0.28 | 0.40 | 0 | 0.00 | 257.23 | 0.98 | 0.8 |
| Hex | B6 | 99 | FE | 1C | 28 | 0 | 0 | 101 | 62 | 50 |
| Octal | 266 | 231 | 376 | 34 | 50 | 0 | 0 | 401 | 142 | 120 |
| Binary | 10110110 | 10011001 | 11111110 | 11100 | 101000 | 0 | 0 | 100000001 | 1100010 | 1010000 |
Color Harmonies of #B699FE
Complementary color
Monochromatic Colors of #B699FE
Black with #B699FE
Text Example
Text Example
White with #B699FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B699FE; }
p { color: rgb(182,153,254); }
H1.HeaderClassName
{
color: #B699FE;
}
.AnyTagClassName
{
color: #B699FE;
}
</style>
background-color css
<style>
a { background-color: #B699FE; }
a { background-color: rgb(182,153,254); }
div.DivClassName
{
background-color: #B699FE;
}
.BgClassName
{
background-color: #B699FE;
}
</style>
border-color css
<style>
span { border-color: #B699FE; }
span { border-color: rgb(182,153,254); }
td.TdClassName
{
border-color: #B699FE;
}
.TagClassName
{
border-color: #B699FE;
}
</style>