Shades of Perfume #BB9CED
Tints of Perfume #BB9CED
RGB
CMYK
RGB Variations
Color information
#BB9CED (or 0xBB9CED) is known color: Perfume. HEX triplet: BB, 9C and ED. RGB value is (187,156,237). Sum of RGB (Red+Green+Blue) = 187+156+237=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CED is #446312. Grayscale: #AEAEAE. Windows color (decimal): -4481811 or 15572155. OLE color: 15572155.
HSL color Cylindrical-coordinate representation of color #BB9CED: hue angle of 262.96º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB9CED is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 156 | 237 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.07 |
| HSL | 262.96º | 0.69% | 0.77% | - |
| HSV(B) | 262.96º | 0.34% | 0.93% | - |
| XYZ | 47.67 | 40.46 | 85.42 | - |
| YUV | 174.5 | 163.27 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 237 | 0.21 | 0.34 | 0 | 0.07 | 262.96 | 0.69 | 0.77 |
| Hex | BB | 9C | ED | 15 | 22 | 0 | 7 | 107 | 45 | 4D |
| Octal | 273 | 234 | 355 | 25 | 42 | 0 | 7 | 407 | 105 | 115 |
| Binary | 10111011 | 10011100 | 11101101 | 10101 | 100010 | 0 | 111 | 100000111 | 1000101 | 1001101 |
Color Harmonies of #BB9CED
Complementary color
Monochromatic Colors of #BB9CED
Black with #BB9CED
Text Example
Text Example
White with #BB9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CED; }
p { color: rgb(187,156,237); }
H1.HeaderClassName
{
color: #BB9CED;
}
.AnyTagClassName
{
color: #BB9CED;
}
</style>
background-color css
<style>
a { background-color: #BB9CED; }
a { background-color: rgb(187,156,237); }
div.DivClassName
{
background-color: #BB9CED;
}
.BgClassName
{
background-color: #BB9CED;
}
</style>
border-color css
<style>
span { border-color: #BB9CED; }
span { border-color: rgb(187,156,237); }
td.TdClassName
{
border-color: #BB9CED;
}
.TagClassName
{
border-color: #BB9CED;
}
</style>