Shades of Careys Pink #B99FA3
Tints of Careys Pink #B99FA3
RGB
CMYK
RGB Variations
Color information
#B99FA3 (or 0xB99FA3) is known color: Careys Pink. HEX triplet: B9, 9F and A3. RGB value is (185,159,163). Sum of RGB (Red+Green+Blue) = 185+159+163=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FA3 is #46605C. Grayscale: #A7A7A7. Windows color (decimal): -4612189 or 10723257. OLE color: 10723257.
HSL color Cylindrical-coordinate representation of color #B99FA3: hue angle of 350.77º 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 #B99FA3 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 163 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.27 |
| HSL | 350.77º | 0.16% | 0.67% | - |
| HSV(B) | 350.77º | 0.14% | 0.73% | - |
| XYZ | 39.02 | 37.75 | 39.88 | - |
| YUV | 167.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 163 | 0 | 0.14 | 0.12 | 0.27 | 350.77 | 0.16 | 0.67 |
| Hex | B9 | 9F | A3 | 0 | E | C | 1B | 15F | 10 | 43 |
| Octal | 271 | 237 | 243 | 0 | 16 | 14 | 33 | 537 | 20 | 103 |
| Binary | 10111001 | 10011111 | 10100011 | 0 | 1110 | 1100 | 11011 | 101011111 | 10000 | 1000011 |
Color Harmonies of #B99FA3
Complementary color
Monochromatic Colors of #B99FA3
Black with #B99FA3
Text Example
Text Example
White with #B99FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FA3; }
p { color: rgb(185,159,163); }
H1.HeaderClassName
{
color: #B99FA3;
}
.AnyTagClassName
{
color: #B99FA3;
}
</style>
background-color css
<style>
a { background-color: #B99FA3; }
a { background-color: rgb(185,159,163); }
div.DivClassName
{
background-color: #B99FA3;
}
.BgClassName
{
background-color: #B99FA3;
}
</style>
border-color css
<style>
span { border-color: #B99FA3; }
span { border-color: rgb(185,159,163); }
td.TdClassName
{
border-color: #B99FA3;
}
.TagClassName
{
border-color: #B99FA3;
}
</style>