Shades of Careys Pink #B99FA2
Tints of Careys Pink #B99FA2
RGB
CMYK
RGB Variations
Color information
#B99FA2 (or 0xB99FA2) is known color: Careys Pink. HEX triplet: B9, 9F and A2. RGB value is (185,159,162). Sum of RGB (Red+Green+Blue) = 185+159+162=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FA2 is #46605D. Grayscale: #A7A7A7. Windows color (decimal): -4612190 or 10657721. OLE color: 10657721.
HSL color Cylindrical-coordinate representation of color #B99FA2: hue angle of 353.08º 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 #B99FA2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 162 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.27 |
| HSL | 353.08º | 0.16% | 0.67% | - |
| HSV(B) | 353.08º | 0.14% | 0.73% | - |
| XYZ | 38.93 | 37.72 | 39.41 | - |
| YUV | 167.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 162 | 0 | 0.14 | 0.12 | 0.27 | 353.08 | 0.16 | 0.67 |
| Hex | B9 | 9F | A2 | 0 | E | C | 1B | 161 | 10 | 43 |
| Octal | 271 | 237 | 242 | 0 | 16 | 14 | 33 | 541 | 20 | 103 |
| Binary | 10111001 | 10011111 | 10100010 | 0 | 1110 | 1100 | 11011 | 101100001 | 10000 | 1000011 |
Color Harmonies of #B99FA2
Complementary color
Monochromatic Colors of #B99FA2
Black with #B99FA2
Text Example
Text Example
White with #B99FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FA2; }
p { color: rgb(185,159,162); }
H1.HeaderClassName
{
color: #B99FA2;
}
.AnyTagClassName
{
color: #B99FA2;
}
</style>
background-color css
<style>
a { background-color: #B99FA2; }
a { background-color: rgb(185,159,162); }
div.DivClassName
{
background-color: #B99FA2;
}
.BgClassName
{
background-color: #B99FA2;
}
</style>
border-color css
<style>
span { border-color: #B99FA2; }
span { border-color: rgb(185,159,162); }
td.TdClassName
{
border-color: #B99FA2;
}
.TagClassName
{
border-color: #B99FA2;
}
</style>