Shades of Perfume #BBA8CD
Tints of Perfume #BBA8CD
RGB
CMYK
RGB Variations
Color information
#BBA8CD (or 0xBBA8CD) is known color: Perfume. HEX triplet: BB, A8 and CD. RGB value is (187,168,205). Sum of RGB (Red+Green+Blue) = 187+168+205=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8CD is #445732. Grayscale: #B1B1B1. Windows color (decimal): -4478771 or 13478075. OLE color: 13478075.
HSL color Cylindrical-coordinate representation of color #BBA8CD: hue angle of 270.81º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBA8CD is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 168 | 205 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.20 |
| HSL | 270.81º | 0.27% | 0.73% | - |
| HSV(B) | 270.81º | 0.18% | 0.8% | - |
| XYZ | 45.52 | 42.98 | 63.65 | - |
| YUV | 177.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 205 | 0.09 | 0.18 | 0 | 0.20 | 270.81 | 0.27 | 0.73 |
| Hex | BB | A8 | CD | 9 | 12 | 0 | 14 | 10F | 1B | 49 |
| Octal | 273 | 250 | 315 | 11 | 22 | 0 | 24 | 417 | 33 | 111 |
| Binary | 10111011 | 10101000 | 11001101 | 1001 | 10010 | 0 | 10100 | 100001111 | 11011 | 1001001 |
Color Harmonies of #BBA8CD
Complementary color
Monochromatic Colors of #BBA8CD
Black with #BBA8CD
Text Example
Text Example
White with #BBA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8CD; }
p { color: rgb(187,168,205); }
H1.HeaderClassName
{
color: #BBA8CD;
}
.AnyTagClassName
{
color: #BBA8CD;
}
</style>
background-color css
<style>
a { background-color: #BBA8CD; }
a { background-color: rgb(187,168,205); }
div.DivClassName
{
background-color: #BBA8CD;
}
.BgClassName
{
background-color: #BBA8CD;
}
</style>
border-color css
<style>
span { border-color: #BBA8CD; }
span { border-color: rgb(187,168,205); }
td.TdClassName
{
border-color: #BBA8CD;
}
.TagClassName
{
border-color: #BBA8CD;
}
</style>