Shades of Careys Pink #B99A9E
Tints of Careys Pink #B99A9E
RGB
CMYK
RGB Variations
Color information
#B99A9E (or 0xB99A9E) is known color: Careys Pink. HEX triplet: B9, 9A and 9E. RGB value is (185,154,158). Sum of RGB (Red+Green+Blue) = 185+154+158=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99A9E is #466561. Grayscale: #A3A3A3. Windows color (decimal): -4613474 or 10394297. OLE color: 10394297.
HSL color Cylindrical-coordinate representation of color #B99A9E: hue angle of 352.26º 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 #B99A9E is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 158 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.27 |
| HSL | 352.26º | 0.18% | 0.66% | - |
| HSV(B) | 352.26º | 0.17% | 0.73% | - |
| XYZ | 37.73 | 35.89 | 37.29 | - |
| YUV | 163.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 158 | 0 | 0.17 | 0.15 | 0.27 | 352.26 | 0.18 | 0.66 |
| Hex | B9 | 9A | 9E | 0 | 11 | F | 1B | 160 | 12 | 42 |
| Octal | 271 | 232 | 236 | 0 | 21 | 17 | 33 | 540 | 22 | 102 |
| Binary | 10111001 | 10011010 | 10011110 | 0 | 10001 | 1111 | 11011 | 101100000 | 10010 | 1000010 |
Color Harmonies of #B99A9E
Complementary color
Monochromatic Colors of #B99A9E
Black with #B99A9E
Text Example
Text Example
White with #B99A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A9E; }
p { color: rgb(185,154,158); }
H1.HeaderClassName
{
color: #B99A9E;
}
.AnyTagClassName
{
color: #B99A9E;
}
</style>
background-color css
<style>
a { background-color: #B99A9E; }
a { background-color: rgb(185,154,158); }
div.DivClassName
{
background-color: #B99A9E;
}
.BgClassName
{
background-color: #B99A9E;
}
</style>
border-color css
<style>
span { border-color: #B99A9E; }
span { border-color: rgb(185,154,158); }
td.TdClassName
{
border-color: #B99A9E;
}
.TagClassName
{
border-color: #B99A9E;
}
</style>