Shades of Careys Pink #B9999E
Tints of Careys Pink #B9999E
RGB
CMYK
RGB Variations
Color information
#B9999E (or 0xB9999E) is known color: Careys Pink. HEX triplet: B9, 99 and 9E. RGB value is (185,153,158). Sum of RGB (Red+Green+Blue) = 185+153+158=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B9999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9999E is #466661. Grayscale: #A3A3A3. Windows color (decimal): -4613730 or 10394041. OLE color: 10394041.
HSL color Cylindrical-coordinate representation of color #B9999E: hue angle of 350.62º degrees, saturation: 0.19, 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 #B9999E is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 158 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.27 |
| HSL | 350.63º | 0.19% | 0.66% | - |
| HSV(B) | 350.63º | 0.17% | 0.73% | - |
| XYZ | 37.57 | 35.57 | 37.23 | - |
| YUV | 163.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 158 | 0 | 0.17 | 0.15 | 0.27 | 350.63 | 0.19 | 0.66 |
| Hex | B9 | 99 | 9E | 0 | 11 | F | 1B | 15F | 13 | 42 |
| Octal | 271 | 231 | 236 | 0 | 21 | 17 | 33 | 537 | 23 | 102 |
| Binary | 10111001 | 10011001 | 10011110 | 0 | 10001 | 1111 | 11011 | 101011111 | 10011 | 1000010 |
Color Harmonies of #B9999E
Complementary color
Monochromatic Colors of #B9999E
Black with #B9999E
Text Example
Text Example
White with #B9999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9999E; }
p { color: rgb(185,153,158); }
H1.HeaderClassName
{
color: #B9999E;
}
.AnyTagClassName
{
color: #B9999E;
}
</style>
background-color css
<style>
a { background-color: #B9999E; }
a { background-color: rgb(185,153,158); }
div.DivClassName
{
background-color: #B9999E;
}
.BgClassName
{
background-color: #B9999E;
}
</style>
border-color css
<style>
span { border-color: #B9999E; }
span { border-color: rgb(185,153,158); }
td.TdClassName
{
border-color: #B9999E;
}
.TagClassName
{
border-color: #B9999E;
}
</style>