Shades of Perfume #B99CDD
Tints of Perfume #B99CDD
RGB
CMYK
RGB Variations
Color information
#B99CDD (or 0xB99CDD) is known color: Perfume. HEX triplet: B9, 9C and DD. RGB value is (185,156,221). Sum of RGB (Red+Green+Blue) = 185+156+221=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #B99CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CDD is #466322. Grayscale: #ABABAB. Windows color (decimal): -4612899 or 14523577. OLE color: 14523577.
HSL color Cylindrical-coordinate representation of color #B99CDD: hue angle of 266.77º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B99CDD is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 156 | 221 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.13 |
| HSL | 266.77º | 0.49% | 0.74% | - |
| HSV(B) | 266.77º | 0.29% | 0.87% | - |
| XYZ | 44.95 | 39.31 | 73.63 | - |
| YUV | 172.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 221 | 0.16 | 0.29 | 0 | 0.13 | 266.77 | 0.49 | 0.74 |
| Hex | B9 | 9C | DD | 10 | 1D | 0 | D | 10B | 31 | 4A |
| Octal | 271 | 234 | 335 | 20 | 35 | 0 | 15 | 413 | 61 | 112 |
| Binary | 10111001 | 10011100 | 11011101 | 10000 | 11101 | 0 | 1101 | 100001011 | 110001 | 1001010 |
Color Harmonies of #B99CDD
Complementary color
Monochromatic Colors of #B99CDD
Black with #B99CDD
Text Example
Text Example
White with #B99CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CDD; }
p { color: rgb(185,156,221); }
H1.HeaderClassName
{
color: #B99CDD;
}
.AnyTagClassName
{
color: #B99CDD;
}
</style>
background-color css
<style>
a { background-color: #B99CDD; }
a { background-color: rgb(185,156,221); }
div.DivClassName
{
background-color: #B99CDD;
}
.BgClassName
{
background-color: #B99CDD;
}
</style>
border-color css
<style>
span { border-color: #B99CDD; }
span { border-color: rgb(185,156,221); }
td.TdClassName
{
border-color: #B99CDD;
}
.TagClassName
{
border-color: #B99CDD;
}
</style>