Shades of Careys Pink #B99B9F
Tints of Careys Pink #B99B9F
RGB
CMYK
RGB Variations
Color information
#B99B9F (or 0xB99B9F) is known color: Careys Pink. HEX triplet: B9, 9B and 9F. RGB value is (185,155,159). Sum of RGB (Red+Green+Blue) = 185+155+159=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B9F is #466460. Grayscale: #A4A4A4. Windows color (decimal): -4613217 or 10460089. OLE color: 10460089.
HSL color Cylindrical-coordinate representation of color #B99B9F: hue angle of 352º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B99B9F is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 159 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.27 |
| HSL | 352º | 0.18% | 0.67% | - |
| HSV(B) | 352º | 0.16% | 0.73% | - |
| XYZ | 37.99 | 36.26 | 37.8 | - |
| YUV | 164.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 159 | 0 | 0.16 | 0.14 | 0.27 | 352 | 0.18 | 0.67 |
| Hex | B9 | 9B | 9F | 0 | 10 | E | 1B | 160 | 12 | 43 |
| Octal | 271 | 233 | 237 | 0 | 20 | 16 | 33 | 540 | 22 | 103 |
| Binary | 10111001 | 10011011 | 10011111 | 0 | 10000 | 1110 | 11011 | 101100000 | 10010 | 1000011 |
Color Harmonies of #B99B9F
Complementary color
Monochromatic Colors of #B99B9F
Black with #B99B9F
Text Example
Text Example
White with #B99B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99B9F; }
p { color: rgb(185,155,159); }
H1.HeaderClassName
{
color: #B99B9F;
}
.AnyTagClassName
{
color: #B99B9F;
}
</style>
background-color css
<style>
a { background-color: #B99B9F; }
a { background-color: rgb(185,155,159); }
div.DivClassName
{
background-color: #B99B9F;
}
.BgClassName
{
background-color: #B99B9F;
}
</style>
border-color css
<style>
span { border-color: #B99B9F; }
span { border-color: rgb(185,155,159); }
td.TdClassName
{
border-color: #B99B9F;
}
.TagClassName
{
border-color: #B99B9F;
}
</style>