Shades of Perfume #BBA7D3
Tints of Perfume #BBA7D3
RGB
CMYK
RGB Variations
Color information
#BBA7D3 (or 0xBBA7D3) is known color: Perfume. HEX triplet: BB, A7 and D3. RGB value is (187,167,211). Sum of RGB (Red+Green+Blue) = 187+167+211=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBA7D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7D3 is #44582C. Grayscale: #B1B1B1. Windows color (decimal): -4479021 or 13871035. OLE color: 13871035.
HSL color Cylindrical-coordinate representation of color #BBA7D3: hue angle of 267.27º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA7D3 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 167 | 211 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.17 |
| HSL | 267.27º | 0.33% | 0.74% | - |
| HSV(B) | 267.27º | 0.21% | 0.83% | - |
| XYZ | 46.07 | 42.91 | 67.48 | - |
| YUV | 178 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 211 | 0.11 | 0.21 | 0 | 0.17 | 267.27 | 0.33 | 0.74 |
| Hex | BB | A7 | D3 | B | 15 | 0 | 11 | 10B | 21 | 4A |
| Octal | 273 | 247 | 323 | 13 | 25 | 0 | 21 | 413 | 41 | 112 |
| Binary | 10111011 | 10100111 | 11010011 | 1011 | 10101 | 0 | 10001 | 100001011 | 100001 | 1001010 |
Color Harmonies of #BBA7D3
Complementary color
Monochromatic Colors of #BBA7D3
Black with #BBA7D3
Text Example
Text Example
White with #BBA7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7D3; }
p { color: rgb(187,167,211); }
H1.HeaderClassName
{
color: #BBA7D3;
}
.AnyTagClassName
{
color: #BBA7D3;
}
</style>
background-color css
<style>
a { background-color: #BBA7D3; }
a { background-color: rgb(187,167,211); }
div.DivClassName
{
background-color: #BBA7D3;
}
.BgClassName
{
background-color: #BBA7D3;
}
</style>
border-color css
<style>
span { border-color: #BBA7D3; }
span { border-color: rgb(187,167,211); }
td.TdClassName
{
border-color: #BBA7D3;
}
.TagClassName
{
border-color: #BBA7D3;
}
</style>