Shades of Perfume #BBABCB
Tints of Perfume #BBABCB
RGB
CMYK
RGB Variations
Color information
#BBABCB (or 0xBBABCB) is known color: Perfume. HEX triplet: BB, AB and CB. RGB value is (187,171,203). Sum of RGB (Red+Green+Blue) = 187+171+203=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABCB is #445434. Grayscale: #B3B3B3. Windows color (decimal): -4478005 or 13347771. OLE color: 13347771.
HSL color Cylindrical-coordinate representation of color #BBABCB: hue angle of 270º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBABCB is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 171 | 203 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.20 |
| HSL | 270º | 0.24% | 0.73% | - |
| HSV(B) | 270º | 0.16% | 0.8% | - |
| XYZ | 45.84 | 44 | 62.58 | - |
| YUV | 179.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 203 | 0.08 | 0.16 | 0 | 0.20 | 270 | 0.24 | 0.73 |
| Hex | BB | AB | CB | 8 | 10 | 0 | 14 | 10E | 18 | 49 |
| Octal | 273 | 253 | 313 | 10 | 20 | 0 | 24 | 416 | 30 | 111 |
| Binary | 10111011 | 10101011 | 11001011 | 1000 | 10000 | 0 | 10100 | 100001110 | 11000 | 1001001 |
Color Harmonies of #BBABCB
Complementary color
Monochromatic Colors of #BBABCB
Black with #BBABCB
Text Example
Text Example
White with #BBABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABCB; }
p { color: rgb(187,171,203); }
H1.HeaderClassName
{
color: #BBABCB;
}
.AnyTagClassName
{
color: #BBABCB;
}
</style>
background-color css
<style>
a { background-color: #BBABCB; }
a { background-color: rgb(187,171,203); }
div.DivClassName
{
background-color: #BBABCB;
}
.BgClassName
{
background-color: #BBABCB;
}
</style>
border-color css
<style>
span { border-color: #BBABCB; }
span { border-color: rgb(187,171,203); }
td.TdClassName
{
border-color: #BBABCB;
}
.TagClassName
{
border-color: #BBABCB;
}
</style>