Shades of Perfume #BB9AED
Tints of Perfume #BB9AED
RGB
CMYK
RGB Variations
Color information
#BB9AED (or 0xBB9AED) is known color: Perfume. HEX triplet: BB, 9A and ED. RGB value is (187,154,237). Sum of RGB (Red+Green+Blue) = 187+154+237=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB9AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AED is #446512. Grayscale: #ADADAD. Windows color (decimal): -4482323 or 15571643. OLE color: 15571643.
HSL color Cylindrical-coordinate representation of color #BB9AED: hue angle of 263.86º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB9AED is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 187 | 154 | 237 | - |
CMYK | 0.21 | 0.35 | 0 | 0.07 |
HSL | 263.86º | 0.7% | 0.77% | - |
HSV(B) | 263.86º | 0.35% | 0.93% | - |
XYZ | 47.34 | 39.79 | 85.31 | - |
YUV | 173.33 | 163.93 | 137.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 154 | 237 | 0.21 | 0.35 | 0 | 0.07 | 263.86 | 0.7 | 0.77 |
Hex | BB | 9A | ED | 15 | 23 | 0 | 7 | 108 | 46 | 4D |
Octal | 273 | 232 | 355 | 25 | 43 | 0 | 7 | 410 | 106 | 115 |
Binary | 10111011 | 10011010 | 11101101 | 10101 | 100011 | 0 | 111 | 100001000 | 1000110 | 1001101 |
Color Harmonies of #BB9AED
Complementary color
Monochromatic Colors of #BB9AED
Black with #BB9AED
Text Example
Text Example
White with #BB9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AED; }
p { color: rgb(187,154,237); }
H1.HeaderClassName
{
color: #BB9AED;
}
.AnyTagClassName
{
color: #BB9AED;
}
</style>
background-color css
<style>
a { background-color: #BB9AED; }
a { background-color: rgb(187,154,237); }
div.DivClassName
{
background-color: #BB9AED;
}
.BgClassName
{
background-color: #BB9AED;
}
</style>
border-color css
<style>
span { border-color: #BB9AED; }
span { border-color: rgb(187,154,237); }
td.TdClassName
{
border-color: #BB9AED;
}
.TagClassName
{
border-color: #BB9AED;
}
</style>