Shades of Careys Pink #B99DA0
Tints of Careys Pink #B99DA0
RGB
CMYK
RGB Variations
Color information
#B99DA0 (or 0xB99DA0) is known color: Careys Pink. HEX triplet: B9, 9D and A0. RGB value is (185,157,160). Sum of RGB (Red+Green+Blue) = 185+157+160=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99DA0 is #46625F. Grayscale: #A5A5A5. Windows color (decimal): -4612704 or 10526137. OLE color: 10526137.
HSL color Cylindrical-coordinate representation of color #B99DA0: hue angle of 353.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99DA0 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 160 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.27 |
| HSL | 353.57º | 0.17% | 0.67% | - |
| HSV(B) | 353.57º | 0.15% | 0.73% | - |
| XYZ | 38.41 | 36.97 | 38.37 | - |
| YUV | 165.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 160 | 0 | 0.15 | 0.14 | 0.27 | 353.57 | 0.17 | 0.67 |
| Hex | B9 | 9D | A0 | 0 | F | E | 1B | 162 | 11 | 43 |
| Octal | 271 | 235 | 240 | 0 | 17 | 16 | 33 | 542 | 21 | 103 |
| Binary | 10111001 | 10011101 | 10100000 | 0 | 1111 | 1110 | 11011 | 101100010 | 10001 | 1000011 |
Color Harmonies of #B99DA0
Complementary color
Monochromatic Colors of #B99DA0
Black with #B99DA0
Text Example
Text Example
White with #B99DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DA0; }
p { color: rgb(185,157,160); }
H1.HeaderClassName
{
color: #B99DA0;
}
.AnyTagClassName
{
color: #B99DA0;
}
</style>
background-color css
<style>
a { background-color: #B99DA0; }
a { background-color: rgb(185,157,160); }
div.DivClassName
{
background-color: #B99DA0;
}
.BgClassName
{
background-color: #B99DA0;
}
</style>
border-color css
<style>
span { border-color: #B99DA0; }
span { border-color: rgb(185,157,160); }
td.TdClassName
{
border-color: #B99DA0;
}
.TagClassName
{
border-color: #B99DA0;
}
</style>