Shades of Perfume #B699F7
Tints of Perfume #B699F7
RGB
CMYK
RGB Variations
Color information
#B699F7 (or 0xB699F7) is known color: Perfume. HEX triplet: B6, 99 and F7. RGB value is (182,153,247). Sum of RGB (Red+Green+Blue) = 182+153+247=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #B699F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699F7 is #496608. Grayscale: #ACACAC. Windows color (decimal): -4810249 or 16226742. OLE color: 16226742.
HSL color Cylindrical-coordinate representation of color #B699F7: hue angle of 258.51º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B699F7 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 153 | 247 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.03 |
| HSL | 258.51º | 0.85% | 0.78% | - |
| HSV(B) | 258.51º | 0.38% | 0.97% | - |
| XYZ | 47.47 | 39.44 | 93.11 | - |
| YUV | 172.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 247 | 0.26 | 0.38 | 0 | 0.03 | 258.51 | 0.85 | 0.78 |
| Hex | B6 | 99 | F7 | 1A | 26 | 0 | 3 | 103 | 55 | 4E |
| Octal | 266 | 231 | 367 | 32 | 46 | 0 | 3 | 403 | 125 | 116 |
| Binary | 10110110 | 10011001 | 11110111 | 11010 | 100110 | 0 | 11 | 100000011 | 1010101 | 1001110 |
Color Harmonies of #B699F7
Complementary color
Monochromatic Colors of #B699F7
Black with #B699F7
Text Example
Text Example
White with #B699F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B699F7; }
p { color: rgb(182,153,247); }
H1.HeaderClassName
{
color: #B699F7;
}
.AnyTagClassName
{
color: #B699F7;
}
</style>
background-color css
<style>
a { background-color: #B699F7; }
a { background-color: rgb(182,153,247); }
div.DivClassName
{
background-color: #B699F7;
}
.BgClassName
{
background-color: #B699F7;
}
</style>
border-color css
<style>
span { border-color: #B699F7; }
span { border-color: rgb(182,153,247); }
td.TdClassName
{
border-color: #B699F7;
}
.TagClassName
{
border-color: #B699F7;
}
</style>