Shades of Careys Pink #BB989A
Tints of Careys Pink #BB989A
RGB
CMYK
RGB Variations
Color information
#BB989A (or 0xBB989A) is known color: Careys Pink. HEX triplet: BB, 98 and 9A. RGB value is (187,152,154). Sum of RGB (Red+Green+Blue) = 187+152+154=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB989A is #446765. Grayscale: #A2A2A2. Windows color (decimal): -4482918 or 10131643. OLE color: 10131643.
HSL color Cylindrical-coordinate representation of color #BB989A: hue angle of 356.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB989A is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 154 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.27 |
| HSL | 356.57º | 0.2% | 0.66% | - |
| HSV(B) | 356.57º | 0.19% | 0.73% | - |
| XYZ | 37.55 | 35.35 | 35.42 | - |
| YUV | 162.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 154 | 0 | 0.19 | 0.18 | 0.27 | 356.57 | 0.2 | 0.66 |
| Hex | BB | 98 | 9A | 0 | 13 | 12 | 1B | 165 | 14 | 42 |
| Octal | 273 | 230 | 232 | 0 | 23 | 22 | 33 | 545 | 24 | 102 |
| Binary | 10111011 | 10011000 | 10011010 | 0 | 10011 | 10010 | 11011 | 101100101 | 10100 | 1000010 |
Color Harmonies of #BB989A
Complementary color
Monochromatic Colors of #BB989A
Black with #BB989A
Text Example
Text Example
White with #BB989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB989A; }
p { color: rgb(187,152,154); }
H1.HeaderClassName
{
color: #BB989A;
}
.AnyTagClassName
{
color: #BB989A;
}
</style>
background-color css
<style>
a { background-color: #BB989A; }
a { background-color: rgb(187,152,154); }
div.DivClassName
{
background-color: #BB989A;
}
.BgClassName
{
background-color: #BB989A;
}
</style>
border-color css
<style>
span { border-color: #BB989A; }
span { border-color: rgb(187,152,154); }
td.TdClassName
{
border-color: #BB989A;
}
.TagClassName
{
border-color: #BB989A;
}
</style>