Shades of Careys Pink #B99FA1
Tints of Careys Pink #B99FA1
RGB
CMYK
RGB Variations
Color information
#B99FA1 (or 0xB99FA1) is known color: Careys Pink. HEX triplet: B9, 9F and A1. RGB value is (185,159,161). Sum of RGB (Red+Green+Blue) = 185+159+161=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FA1 is #46605E. Grayscale: #A7A7A7. Windows color (decimal): -4612191 or 10592185. OLE color: 10592185.
HSL color Cylindrical-coordinate representation of color #B99FA1: hue angle of 355.38º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B99FA1 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 161 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.27 |
| HSL | 355.38º | 0.16% | 0.67% | - |
| HSV(B) | 355.38º | 0.14% | 0.73% | - |
| XYZ | 38.84 | 37.68 | 38.94 | - |
| YUV | 167 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 161 | 0 | 0.14 | 0.13 | 0.27 | 355.38 | 0.16 | 0.67 |
| Hex | B9 | 9F | A1 | 0 | E | D | 1B | 163 | 10 | 43 |
| Octal | 271 | 237 | 241 | 0 | 16 | 15 | 33 | 543 | 20 | 103 |
| Binary | 10111001 | 10011111 | 10100001 | 0 | 1110 | 1101 | 11011 | 101100011 | 10000 | 1000011 |
Color Harmonies of #B99FA1
Complementary color
Monochromatic Colors of #B99FA1
Black with #B99FA1
Text Example
Text Example
White with #B99FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FA1; }
p { color: rgb(185,159,161); }
H1.HeaderClassName
{
color: #B99FA1;
}
.AnyTagClassName
{
color: #B99FA1;
}
</style>
background-color css
<style>
a { background-color: #B99FA1; }
a { background-color: rgb(185,159,161); }
div.DivClassName
{
background-color: #B99FA1;
}
.BgClassName
{
background-color: #B99FA1;
}
</style>
border-color css
<style>
span { border-color: #B99FA1; }
span { border-color: rgb(185,159,161); }
td.TdClassName
{
border-color: #B99FA1;
}
.TagClassName
{
border-color: #B99FA1;
}
</style>