Shades of Perfume #B69DF2
Tints of Perfume #B69DF2
RGB
CMYK
RGB Variations
Color information
#B69DF2 (or 0xB69DF2) is known color: Perfume. HEX triplet: B6, 9D and F2. RGB value is (182,157,242). Sum of RGB (Red+Green+Blue) = 182+157+242=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #B69DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69DF2 is #49620D. Grayscale: #ADADAD. Windows color (decimal): -4809230 or 15900086. OLE color: 15900086.
HSL color Cylindrical-coordinate representation of color #B69DF2: hue angle of 257.65º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B69DF2 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 157 | 242 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.05 |
| HSL | 257.65º | 0.77% | 0.78% | - |
| HSV(B) | 257.65º | 0.35% | 0.95% | - |
| XYZ | 47.38 | 40.47 | 89.32 | - |
| YUV | 174.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 157 | 242 | 0.25 | 0.35 | 0 | 0.05 | 257.65 | 0.77 | 0.78 |
| Hex | B6 | 9D | F2 | 19 | 23 | 0 | 5 | 102 | 4D | 4E |
| Octal | 266 | 235 | 362 | 31 | 43 | 0 | 5 | 402 | 115 | 116 |
| Binary | 10110110 | 10011101 | 11110010 | 11001 | 100011 | 0 | 101 | 100000010 | 1001101 | 1001110 |
Color Harmonies of #B69DF2
Complementary color
Monochromatic Colors of #B69DF2
Black with #B69DF2
Text Example
Text Example
White with #B69DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69DF2; }
p { color: rgb(182,157,242); }
H1.HeaderClassName
{
color: #B69DF2;
}
.AnyTagClassName
{
color: #B69DF2;
}
</style>
background-color css
<style>
a { background-color: #B69DF2; }
a { background-color: rgb(182,157,242); }
div.DivClassName
{
background-color: #B69DF2;
}
.BgClassName
{
background-color: #B69DF2;
}
</style>
border-color css
<style>
span { border-color: #B69DF2; }
span { border-color: rgb(182,157,242); }
td.TdClassName
{
border-color: #B69DF2;
}
.TagClassName
{
border-color: #B69DF2;
}
</style>