Shades of Perfume #BB9CDD
Tints of Perfume #BB9CDD
RGB
CMYK
RGB Variations
Color information
#BB9CDD (or 0xBB9CDD) is known color: Perfume. HEX triplet: BB, 9C and DD. RGB value is (187,156,221). Sum of RGB (Red+Green+Blue) = 187+156+221=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CDD is #446322. Grayscale: #ACACAC. Windows color (decimal): -4481827 or 14523579. OLE color: 14523579.
HSL color Cylindrical-coordinate representation of color #BB9CDD: hue angle of 268.62º 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 #BB9CDD is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 156 | 221 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.13 |
| HSL | 268.62º | 0.49% | 0.74% | - |
| HSV(B) | 268.62º | 0.29% | 0.87% | - |
| XYZ | 45.43 | 39.56 | 73.65 | - |
| YUV | 172.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 221 | 0.15 | 0.29 | 0 | 0.13 | 268.62 | 0.49 | 0.74 |
| Hex | BB | 9C | DD | F | 1D | 0 | D | 10D | 31 | 4A |
| Octal | 273 | 234 | 335 | 17 | 35 | 0 | 15 | 415 | 61 | 112 |
| Binary | 10111011 | 10011100 | 11011101 | 1111 | 11101 | 0 | 1101 | 100001101 | 110001 | 1001010 |
Color Harmonies of #BB9CDD
Complementary color
Monochromatic Colors of #BB9CDD
Black with #BB9CDD
Text Example
Text Example
White with #BB9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CDD; }
p { color: rgb(187,156,221); }
H1.HeaderClassName
{
color: #BB9CDD;
}
.AnyTagClassName
{
color: #BB9CDD;
}
</style>
background-color css
<style>
a { background-color: #BB9CDD; }
a { background-color: rgb(187,156,221); }
div.DivClassName
{
background-color: #BB9CDD;
}
.BgClassName
{
background-color: #BB9CDD;
}
</style>
border-color css
<style>
span { border-color: #BB9CDD; }
span { border-color: rgb(187,156,221); }
td.TdClassName
{
border-color: #BB9CDD;
}
.TagClassName
{
border-color: #BB9CDD;
}
</style>