Shades of Perfume #BBA3D5
Tints of Perfume #BBA3D5
RGB
CMYK
RGB Variations
Color information
#BBA3D5 (or 0xBBA3D5) is known color: Perfume. HEX triplet: BB, A3 and D5. RGB value is (187,163,213). Sum of RGB (Red+Green+Blue) = 187+163+213=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBA3D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3D5 is #445C2A. Grayscale: #AFAFAF. Windows color (decimal): -4480043 or 14001083. OLE color: 14001083.
HSL color Cylindrical-coordinate representation of color #BBA3D5: hue angle of 268.8º degrees, saturation: 0.37, 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 #BBA3D5 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 163 | 213 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.16 |
| HSL | 268.8º | 0.37% | 0.74% | - |
| HSV(B) | 268.8º | 0.23% | 0.84% | - |
| XYZ | 45.6 | 41.56 | 68.57 | - |
| YUV | 175.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 213 | 0.12 | 0.23 | 0 | 0.16 | 268.8 | 0.37 | 0.74 |
| Hex | BB | A3 | D5 | C | 17 | 0 | 10 | 10D | 25 | 4A |
| Octal | 273 | 243 | 325 | 14 | 27 | 0 | 20 | 415 | 45 | 112 |
| Binary | 10111011 | 10100011 | 11010101 | 1100 | 10111 | 0 | 10000 | 100001101 | 100101 | 1001010 |
Color Harmonies of #BBA3D5
Complementary color
Monochromatic Colors of #BBA3D5
Black with #BBA3D5
Text Example
Text Example
White with #BBA3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3D5; }
p { color: rgb(187,163,213); }
H1.HeaderClassName
{
color: #BBA3D5;
}
.AnyTagClassName
{
color: #BBA3D5;
}
</style>
background-color css
<style>
a { background-color: #BBA3D5; }
a { background-color: rgb(187,163,213); }
div.DivClassName
{
background-color: #BBA3D5;
}
.BgClassName
{
background-color: #BBA3D5;
}
</style>
border-color css
<style>
span { border-color: #BBA3D5; }
span { border-color: rgb(187,163,213); }
td.TdClassName
{
border-color: #BBA3D5;
}
.TagClassName
{
border-color: #BBA3D5;
}
</style>