Shades of Careys Pink #B99CA1
Tints of Careys Pink #B99CA1
RGB
CMYK
RGB Variations
Color information
#B99CA1 (or 0xB99CA1) is known color: Careys Pink. HEX triplet: B9, 9C and A1. RGB value is (185,156,161). Sum of RGB (Red+Green+Blue) = 185+156+161=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B99CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99CA1 is #46635E. Grayscale: #A5A5A5. Windows color (decimal): -4612959 or 10591417. OLE color: 10591417.
HSL color Cylindrical-coordinate representation of color #B99CA1: hue angle of 349.66º degrees, saturation: 0.17, 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 #B99CA1 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 161 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.27 |
| HSL | 349.66º | 0.17% | 0.67% | - |
| HSV(B) | 349.66º | 0.16% | 0.73% | - |
| XYZ | 38.33 | 36.66 | 38.78 | - |
| YUV | 165.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 161 | 0 | 0.16 | 0.13 | 0.27 | 349.66 | 0.17 | 0.67 |
| Hex | B9 | 9C | A1 | 0 | 10 | D | 1B | 15E | 11 | 43 |
| Octal | 271 | 234 | 241 | 0 | 20 | 15 | 33 | 536 | 21 | 103 |
| Binary | 10111001 | 10011100 | 10100001 | 0 | 10000 | 1101 | 11011 | 101011110 | 10001 | 1000011 |
Color Harmonies of #B99CA1
Complementary color
Monochromatic Colors of #B99CA1
Black with #B99CA1
Text Example
Text Example
White with #B99CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CA1; }
p { color: rgb(185,156,161); }
H1.HeaderClassName
{
color: #B99CA1;
}
.AnyTagClassName
{
color: #B99CA1;
}
</style>
background-color css
<style>
a { background-color: #B99CA1; }
a { background-color: rgb(185,156,161); }
div.DivClassName
{
background-color: #B99CA1;
}
.BgClassName
{
background-color: #B99CA1;
}
</style>
border-color css
<style>
span { border-color: #B99CA1; }
span { border-color: rgb(185,156,161); }
td.TdClassName
{
border-color: #B99CA1;
}
.TagClassName
{
border-color: #B99CA1;
}
</style>