Shades of Perfume #BB9CDA
Tints of Perfume #BB9CDA
RGB
CMYK
RGB Variations
Color information
#BB9CDA (or 0xBB9CDA) is known color: Perfume. HEX triplet: BB, 9C and DA. RGB value is (187,156,218). Sum of RGB (Red+Green+Blue) = 187+156+218=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CDA is #446325. Grayscale: #ACACAC. Windows color (decimal): -4481830 or 14326971. OLE color: 14326971.
HSL color Cylindrical-coordinate representation of color #BB9CDA: hue angle of 270º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9CDA is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 156 | 218 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.15 |
| HSL | 270º | 0.46% | 0.73% | - |
| HSV(B) | 270º | 0.28% | 0.85% | - |
| XYZ | 45.04 | 39.4 | 71.56 | - |
| YUV | 172.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 218 | 0.14 | 0.28 | 0 | 0.15 | 270 | 0.46 | 0.73 |
| Hex | BB | 9C | DA | E | 1C | 0 | F | 10E | 2E | 49 |
| Octal | 273 | 234 | 332 | 16 | 34 | 0 | 17 | 416 | 56 | 111 |
| Binary | 10111011 | 10011100 | 11011010 | 1110 | 11100 | 0 | 1111 | 100001110 | 101110 | 1001001 |
Color Harmonies of #BB9CDA
Complementary color
Monochromatic Colors of #BB9CDA
Black with #BB9CDA
Text Example
Text Example
White with #BB9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CDA; }
p { color: rgb(187,156,218); }
H1.HeaderClassName
{
color: #BB9CDA;
}
.AnyTagClassName
{
color: #BB9CDA;
}
</style>
background-color css
<style>
a { background-color: #BB9CDA; }
a { background-color: rgb(187,156,218); }
div.DivClassName
{
background-color: #BB9CDA;
}
.BgClassName
{
background-color: #BB9CDA;
}
</style>
border-color css
<style>
span { border-color: #BB9CDA; }
span { border-color: rgb(187,156,218); }
td.TdClassName
{
border-color: #BB9CDA;
}
.TagClassName
{
border-color: #BB9CDA;
}
</style>