Shades of Careys Pink #B99E9F
Tints of Careys Pink #B99E9F
RGB
CMYK
RGB Variations
Color information
#B99E9F (or 0xB99E9F) is known color: Careys Pink. HEX triplet: B9, 9E and 9F. RGB value is (185,158,159). Sum of RGB (Red+Green+Blue) = 185+158+159=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99E9F is #466160. Grayscale: #A6A6A6. Windows color (decimal): -4612449 or 10460857. OLE color: 10460857.
HSL color Cylindrical-coordinate representation of color #B99E9F: hue angle of 357.78º degrees, saturation: 0.16, 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 #B99E9F is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 159 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.27 |
| HSL | 357.78º | 0.16% | 0.67% | - |
| HSV(B) | 357.78º | 0.15% | 0.73% | - |
| XYZ | 38.49 | 37.27 | 37.97 | - |
| YUV | 166.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 159 | 0 | 0.15 | 0.14 | 0.27 | 357.78 | 0.16 | 0.67 |
| Hex | B9 | 9E | 9F | 0 | F | E | 1B | 166 | 10 | 43 |
| Octal | 271 | 236 | 237 | 0 | 17 | 16 | 33 | 546 | 20 | 103 |
| Binary | 10111001 | 10011110 | 10011111 | 0 | 1111 | 1110 | 11011 | 101100110 | 10000 | 1000011 |
Color Harmonies of #B99E9F
Complementary color
Monochromatic Colors of #B99E9F
Black with #B99E9F
Text Example
Text Example
White with #B99E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99E9F; }
p { color: rgb(185,158,159); }
H1.HeaderClassName
{
color: #B99E9F;
}
.AnyTagClassName
{
color: #B99E9F;
}
</style>
background-color css
<style>
a { background-color: #B99E9F; }
a { background-color: rgb(185,158,159); }
div.DivClassName
{
background-color: #B99E9F;
}
.BgClassName
{
background-color: #B99E9F;
}
</style>
border-color css
<style>
span { border-color: #B99E9F; }
span { border-color: rgb(185,158,159); }
td.TdClassName
{
border-color: #B99E9F;
}
.TagClassName
{
border-color: #B99E9F;
}
</style>