Shades of Careys Pink #BB9397
Tints of Careys Pink #BB9397
RGB
CMYK
RGB Variations
Color information
#BB9397 (or 0xBB9397) is known color: Careys Pink. HEX triplet: BB, 93 and 97. RGB value is (187,147,151). Sum of RGB (Red+Green+Blue) = 187+147+151=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9397 is #446C68. Grayscale: #9F9F9F. Windows color (decimal): -4484201 or 9933755. OLE color: 9933755.
HSL color Cylindrical-coordinate representation of color #BB9397: hue angle of 354º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB9397 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 151 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.27 |
| HSL | 354º | 0.23% | 0.65% | - |
| HSV(B) | 354º | 0.21% | 0.73% | - |
| XYZ | 36.51 | 33.67 | 33.85 | - |
| YUV | 159.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 151 | 0 | 0.21 | 0.19 | 0.27 | 354 | 0.23 | 0.65 |
| Hex | BB | 93 | 97 | 0 | 15 | 13 | 1B | 162 | 17 | 41 |
| Octal | 273 | 223 | 227 | 0 | 25 | 23 | 33 | 542 | 27 | 101 |
| Binary | 10111011 | 10010011 | 10010111 | 0 | 10101 | 10011 | 11011 | 101100010 | 10111 | 1000001 |
Color Harmonies of #BB9397
Complementary color
Monochromatic Colors of #BB9397
Black with #BB9397
Text Example
Text Example
White with #BB9397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9397; }
p { color: rgb(187,147,151); }
H1.HeaderClassName
{
color: #BB9397;
}
.AnyTagClassName
{
color: #BB9397;
}
</style>
background-color css
<style>
a { background-color: #BB9397; }
a { background-color: rgb(187,147,151); }
div.DivClassName
{
background-color: #BB9397;
}
.BgClassName
{
background-color: #BB9397;
}
</style>
border-color css
<style>
span { border-color: #BB9397; }
span { border-color: rgb(187,147,151); }
td.TdClassName
{
border-color: #BB9397;
}
.TagClassName
{
border-color: #BB9397;
}
</style>