Shades of Careys Pink #BB9A9D
Tints of Careys Pink #BB9A9D
RGB
CMYK
RGB Variations
Color information
#BB9A9D (or 0xBB9A9D) is known color: Careys Pink. HEX triplet: BB, 9A and 9D. RGB value is (187,154,157). Sum of RGB (Red+Green+Blue) = 187+154+157=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A9D is #446562. Grayscale: #A4A4A4. Windows color (decimal): -4482403 or 10328763. OLE color: 10328763.
HSL color Cylindrical-coordinate representation of color #BB9A9D: hue angle of 354.55º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9A9D is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 157 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.27 |
| HSL | 354.55º | 0.2% | 0.67% | - |
| HSV(B) | 354.55º | 0.18% | 0.73% | - |
| XYZ | 38.13 | 36.11 | 36.86 | - |
| YUV | 164.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 157 | 0 | 0.18 | 0.16 | 0.27 | 354.55 | 0.2 | 0.67 |
| Hex | BB | 9A | 9D | 0 | 12 | 10 | 1B | 163 | 14 | 43 |
| Octal | 273 | 232 | 235 | 0 | 22 | 20 | 33 | 543 | 24 | 103 |
| Binary | 10111011 | 10011010 | 10011101 | 0 | 10010 | 10000 | 11011 | 101100011 | 10100 | 1000011 |
Color Harmonies of #BB9A9D
Complementary color
Monochromatic Colors of #BB9A9D
Black with #BB9A9D
Text Example
Text Example
White with #BB9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A9D; }
p { color: rgb(187,154,157); }
H1.HeaderClassName
{
color: #BB9A9D;
}
.AnyTagClassName
{
color: #BB9A9D;
}
</style>
background-color css
<style>
a { background-color: #BB9A9D; }
a { background-color: rgb(187,154,157); }
div.DivClassName
{
background-color: #BB9A9D;
}
.BgClassName
{
background-color: #BB9A9D;
}
</style>
border-color css
<style>
span { border-color: #BB9A9D; }
span { border-color: rgb(187,154,157); }
td.TdClassName
{
border-color: #BB9A9D;
}
.TagClassName
{
border-color: #BB9A9D;
}
</style>