Shades of Perfume #BBA4CB
Tints of Perfume #BBA4CB
RGB
CMYK
RGB Variations
Color information
#BBA4CB (or 0xBBA4CB) is known color: Perfume. HEX triplet: BB, A4 and CB. RGB value is (187,164,203). Sum of RGB (Red+Green+Blue) = 187+164+203=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBA4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4CB is #445B34. Grayscale: #AFAFAF. Windows color (decimal): -4479797 or 13345979. OLE color: 13345979.
HSL color Cylindrical-coordinate representation of color #BBA4CB: hue angle of 275.38º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA4CB is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 164 | 203 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.20 |
| HSL | 275.38º | 0.27% | 0.72% | - |
| HSV(B) | 275.38º | 0.19% | 0.8% | - |
| XYZ | 44.55 | 41.43 | 62.15 | - |
| YUV | 175.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 203 | 0.08 | 0.19 | 0 | 0.20 | 275.38 | 0.27 | 0.72 |
| Hex | BB | A4 | CB | 8 | 13 | 0 | 14 | 113 | 1B | 48 |
| Octal | 273 | 244 | 313 | 10 | 23 | 0 | 24 | 423 | 33 | 110 |
| Binary | 10111011 | 10100100 | 11001011 | 1000 | 10011 | 0 | 10100 | 100010011 | 11011 | 1001000 |
Color Harmonies of #BBA4CB
Complementary color
Monochromatic Colors of #BBA4CB
Black with #BBA4CB
Text Example
Text Example
White with #BBA4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4CB; }
p { color: rgb(187,164,203); }
H1.HeaderClassName
{
color: #BBA4CB;
}
.AnyTagClassName
{
color: #BBA4CB;
}
</style>
background-color css
<style>
a { background-color: #BBA4CB; }
a { background-color: rgb(187,164,203); }
div.DivClassName
{
background-color: #BBA4CB;
}
.BgClassName
{
background-color: #BBA4CB;
}
</style>
border-color css
<style>
span { border-color: #BBA4CB; }
span { border-color: rgb(187,164,203); }
td.TdClassName
{
border-color: #BBA4CB;
}
.TagClassName
{
border-color: #BBA4CB;
}
</style>