Shades of Perfume #BB9DDC
Tints of Perfume #BB9DDC
RGB
CMYK
RGB Variations
Color information
#BB9DDC (or 0xBB9DDC) is known color: Perfume. HEX triplet: BB, 9D and DC. RGB value is (187,157,220). Sum of RGB (Red+Green+Blue) = 187+157+220=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DDC is #446223. Grayscale: #ACACAC. Windows color (decimal): -4481572 or 14458299. OLE color: 14458299.
HSL color Cylindrical-coordinate representation of color #BB9DDC: hue angle of 268.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9DDC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 157 | 220 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.14 |
| HSL | 268.57º | 0.47% | 0.74% | - |
| HSV(B) | 268.57º | 0.29% | 0.86% | - |
| XYZ | 45.47 | 39.85 | 73 | - |
| YUV | 173.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 220 | 0.15 | 0.29 | 0 | 0.14 | 268.57 | 0.47 | 0.74 |
| Hex | BB | 9D | DC | F | 1D | 0 | E | 10D | 2F | 4A |
| Octal | 273 | 235 | 334 | 17 | 35 | 0 | 16 | 415 | 57 | 112 |
| Binary | 10111011 | 10011101 | 11011100 | 1111 | 11101 | 0 | 1110 | 100001101 | 101111 | 1001010 |
Color Harmonies of #BB9DDC
Complementary color
Monochromatic Colors of #BB9DDC
Black with #BB9DDC
Text Example
Text Example
White with #BB9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DDC; }
p { color: rgb(187,157,220); }
H1.HeaderClassName
{
color: #BB9DDC;
}
.AnyTagClassName
{
color: #BB9DDC;
}
</style>
background-color css
<style>
a { background-color: #BB9DDC; }
a { background-color: rgb(187,157,220); }
div.DivClassName
{
background-color: #BB9DDC;
}
.BgClassName
{
background-color: #BB9DDC;
}
</style>
border-color css
<style>
span { border-color: #BB9DDC; }
span { border-color: rgb(187,157,220); }
td.TdClassName
{
border-color: #BB9DDC;
}
.TagClassName
{
border-color: #BB9DDC;
}
</style>