Shades of Careys Pink #BB989C
Tints of Careys Pink #BB989C
RGB
CMYK
RGB Variations
Color information
#BB989C (or 0xBB989C) is known color: Careys Pink. HEX triplet: BB, 98 and 9C. RGB value is (187,152,156). Sum of RGB (Red+Green+Blue) = 187+152+156=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB989C is #446763. Grayscale: #A2A2A2. Windows color (decimal): -4482916 or 10262715. OLE color: 10262715.
HSL color Cylindrical-coordinate representation of color #BB989C: hue angle of 353.14º 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 #BB989C is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 156 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.27 |
| HSL | 353.14º | 0.2% | 0.66% | - |
| HSV(B) | 353.14º | 0.19% | 0.73% | - |
| XYZ | 37.72 | 35.42 | 36.3 | - |
| YUV | 162.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 156 | 0 | 0.19 | 0.17 | 0.27 | 353.14 | 0.2 | 0.66 |
| Hex | BB | 98 | 9C | 0 | 13 | 11 | 1B | 161 | 14 | 42 |
| Octal | 273 | 230 | 234 | 0 | 23 | 21 | 33 | 541 | 24 | 102 |
| Binary | 10111011 | 10011000 | 10011100 | 0 | 10011 | 10001 | 11011 | 101100001 | 10100 | 1000010 |
Color Harmonies of #BB989C
Complementary color
Monochromatic Colors of #BB989C
Black with #BB989C
Text Example
Text Example
White with #BB989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB989C; }
p { color: rgb(187,152,156); }
H1.HeaderClassName
{
color: #BB989C;
}
.AnyTagClassName
{
color: #BB989C;
}
</style>
background-color css
<style>
a { background-color: #BB989C; }
a { background-color: rgb(187,152,156); }
div.DivClassName
{
background-color: #BB989C;
}
.BgClassName
{
background-color: #BB989C;
}
</style>
border-color css
<style>
span { border-color: #BB989C; }
span { border-color: rgb(187,152,156); }
td.TdClassName
{
border-color: #BB989C;
}
.TagClassName
{
border-color: #BB989C;
}
</style>