Shades of Careys Pink #B99AA0
Tints of Careys Pink #B99AA0
RGB
CMYK
RGB Variations
Color information
#B99AA0 (or 0xB99AA0) is known color: Careys Pink. HEX triplet: B9, 9A and A0. RGB value is (185,154,160). Sum of RGB (Red+Green+Blue) = 185+154+160=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B99AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99AA0 is #46655F. Grayscale: #A3A3A3. Windows color (decimal): -4613472 or 10525369. OLE color: 10525369.
HSL color Cylindrical-coordinate representation of color #B99AA0: hue angle of 348.39º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B99AA0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 160 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.27 |
| HSL | 348.39º | 0.18% | 0.66% | - |
| HSV(B) | 348.39º | 0.17% | 0.73% | - |
| XYZ | 37.91 | 35.96 | 38.2 | - |
| YUV | 163.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 160 | 0 | 0.17 | 0.14 | 0.27 | 348.39 | 0.18 | 0.66 |
| Hex | B9 | 9A | A0 | 0 | 11 | E | 1B | 15C | 12 | 42 |
| Octal | 271 | 232 | 240 | 0 | 21 | 16 | 33 | 534 | 22 | 102 |
| Binary | 10111001 | 10011010 | 10100000 | 0 | 10001 | 1110 | 11011 | 101011100 | 10010 | 1000010 |
Color Harmonies of #B99AA0
Complementary color
Monochromatic Colors of #B99AA0
Black with #B99AA0
Text Example
Text Example
White with #B99AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99AA0; }
p { color: rgb(185,154,160); }
H1.HeaderClassName
{
color: #B99AA0;
}
.AnyTagClassName
{
color: #B99AA0;
}
</style>
background-color css
<style>
a { background-color: #B99AA0; }
a { background-color: rgb(185,154,160); }
div.DivClassName
{
background-color: #B99AA0;
}
.BgClassName
{
background-color: #B99AA0;
}
</style>
border-color css
<style>
span { border-color: #B99AA0; }
span { border-color: rgb(185,154,160); }
td.TdClassName
{
border-color: #B99AA0;
}
.TagClassName
{
border-color: #B99AA0;
}
</style>