Shades of Careys Pink #BB9DA0
Tints of Careys Pink #BB9DA0
RGB
CMYK
RGB Variations
Color information
#BB9DA0 (or 0xBB9DA0) is known color: Careys Pink. HEX triplet: BB, 9D and A0. RGB value is (187,157,160). Sum of RGB (Red+Green+Blue) = 187+157+160=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9DA0 is #44625F. Grayscale: #A6A6A6. Windows color (decimal): -4481632 or 10526139. OLE color: 10526139.
HSL color Cylindrical-coordinate representation of color #BB9DA0: hue angle of 354º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9DA0 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 160 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.27 |
| HSL | 354º | 0.18% | 0.67% | - |
| HSV(B) | 354º | 0.16% | 0.73% | - |
| XYZ | 38.9 | 37.22 | 38.39 | - |
| YUV | 166.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 160 | 0 | 0.16 | 0.14 | 0.27 | 354 | 0.18 | 0.67 |
| Hex | BB | 9D | A0 | 0 | 10 | E | 1B | 162 | 12 | 43 |
| Octal | 273 | 235 | 240 | 0 | 20 | 16 | 33 | 542 | 22 | 103 |
| Binary | 10111011 | 10011101 | 10100000 | 0 | 10000 | 1110 | 11011 | 101100010 | 10010 | 1000011 |
Color Harmonies of #BB9DA0
Complementary color
Monochromatic Colors of #BB9DA0
Black with #BB9DA0
Text Example
Text Example
White with #BB9DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DA0; }
p { color: rgb(187,157,160); }
H1.HeaderClassName
{
color: #BB9DA0;
}
.AnyTagClassName
{
color: #BB9DA0;
}
</style>
background-color css
<style>
a { background-color: #BB9DA0; }
a { background-color: rgb(187,157,160); }
div.DivClassName
{
background-color: #BB9DA0;
}
.BgClassName
{
background-color: #BB9DA0;
}
</style>
border-color css
<style>
span { border-color: #BB9DA0; }
span { border-color: rgb(187,157,160); }
td.TdClassName
{
border-color: #BB9DA0;
}
.TagClassName
{
border-color: #BB9DA0;
}
</style>