Shades of Perfume #BBA5D5
Tints of Perfume #BBA5D5
RGB
CMYK
RGB Variations
Color information
#BBA5D5 (or 0xBBA5D5) is known color: Perfume. HEX triplet: BB, A5 and D5. RGB value is (187,165,213). Sum of RGB (Red+Green+Blue) = 187+165+213=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBA5D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5D5 is #445A2A. Grayscale: #B0B0B0. Windows color (decimal): -4479531 or 14001595. OLE color: 14001595.
HSL color Cylindrical-coordinate representation of color #BBA5D5: hue angle of 267.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBA5D5 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 165 | 213 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.16 |
| HSL | 267.5º | 0.36% | 0.74% | - |
| HSV(B) | 267.5º | 0.23% | 0.84% | - |
| XYZ | 45.96 | 42.28 | 68.69 | - |
| YUV | 177.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 213 | 0.12 | 0.23 | 0 | 0.16 | 267.5 | 0.36 | 0.74 |
| Hex | BB | A5 | D5 | C | 17 | 0 | 10 | 10C | 24 | 4A |
| Octal | 273 | 245 | 325 | 14 | 27 | 0 | 20 | 414 | 44 | 112 |
| Binary | 10111011 | 10100101 | 11010101 | 1100 | 10111 | 0 | 10000 | 100001100 | 100100 | 1001010 |
Color Harmonies of #BBA5D5
Complementary color
Monochromatic Colors of #BBA5D5
Black with #BBA5D5
Text Example
Text Example
White with #BBA5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA5D5; }
p { color: rgb(187,165,213); }
H1.HeaderClassName
{
color: #BBA5D5;
}
.AnyTagClassName
{
color: #BBA5D5;
}
</style>
background-color css
<style>
a { background-color: #BBA5D5; }
a { background-color: rgb(187,165,213); }
div.DivClassName
{
background-color: #BBA5D5;
}
.BgClassName
{
background-color: #BBA5D5;
}
</style>
border-color css
<style>
span { border-color: #BBA5D5; }
span { border-color: rgb(187,165,213); }
td.TdClassName
{
border-color: #BBA5D5;
}
.TagClassName
{
border-color: #BBA5D5;
}
</style>