Shades of Careys Pink #BB9BA1
Tints of Careys Pink #BB9BA1
RGB
CMYK
RGB Variations
Color information
#BB9BA1 (or 0xBB9BA1) is known color: Careys Pink. HEX triplet: BB, 9B and A1. RGB value is (187,155,161). Sum of RGB (Red+Green+Blue) = 187+155+161=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9BA1 is #44645E. Grayscale: #A5A5A5. Windows color (decimal): -4482143 or 10591163. OLE color: 10591163.
HSL color Cylindrical-coordinate representation of color #BB9BA1: hue angle of 348.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9BA1 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 161 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.27 |
| HSL | 348.75º | 0.19% | 0.67% | - |
| HSV(B) | 348.75º | 0.17% | 0.73% | - |
| XYZ | 38.65 | 36.58 | 38.74 | - |
| YUV | 165.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 161 | 0 | 0.17 | 0.14 | 0.27 | 348.75 | 0.19 | 0.67 |
| Hex | BB | 9B | A1 | 0 | 11 | E | 1B | 15D | 13 | 43 |
| Octal | 273 | 233 | 241 | 0 | 21 | 16 | 33 | 535 | 23 | 103 |
| Binary | 10111011 | 10011011 | 10100001 | 0 | 10001 | 1110 | 11011 | 101011101 | 10011 | 1000011 |
Color Harmonies of #BB9BA1
Complementary color
Monochromatic Colors of #BB9BA1
Black with #BB9BA1
Text Example
Text Example
White with #BB9BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BA1; }
p { color: rgb(187,155,161); }
H1.HeaderClassName
{
color: #BB9BA1;
}
.AnyTagClassName
{
color: #BB9BA1;
}
</style>
background-color css
<style>
a { background-color: #BB9BA1; }
a { background-color: rgb(187,155,161); }
div.DivClassName
{
background-color: #BB9BA1;
}
.BgClassName
{
background-color: #BB9BA1;
}
</style>
border-color css
<style>
span { border-color: #BB9BA1; }
span { border-color: rgb(187,155,161); }
td.TdClassName
{
border-color: #BB9BA1;
}
.TagClassName
{
border-color: #BB9BA1;
}
</style>