Shades of Careys Pink #B9979C
Tints of Careys Pink #B9979C
RGB
CMYK
RGB Variations
Color information
#B9979C (or 0xB9979C) is known color: Careys Pink. HEX triplet: B9, 97 and 9C. RGB value is (185,151,156). Sum of RGB (Red+Green+Blue) = 185+151+156=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9979C is #466863. Grayscale: #A1A1A1. Windows color (decimal): -4614244 or 10262457. OLE color: 10262457.
HSL color Cylindrical-coordinate representation of color #B9979C: hue angle of 351.18º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9979C is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 156 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.27 |
| HSL | 351.18º | 0.2% | 0.66% | - |
| HSV(B) | 351.18º | 0.18% | 0.73% | - |
| XYZ | 37.07 | 34.85 | 36.22 | - |
| YUV | 161.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 156 | 0 | 0.18 | 0.16 | 0.27 | 351.18 | 0.2 | 0.66 |
| Hex | B9 | 97 | 9C | 0 | 12 | 10 | 1B | 15F | 14 | 42 |
| Octal | 271 | 227 | 234 | 0 | 22 | 20 | 33 | 537 | 24 | 102 |
| Binary | 10111001 | 10010111 | 10011100 | 0 | 10010 | 10000 | 11011 | 101011111 | 10100 | 1000010 |
Color Harmonies of #B9979C
Complementary color
Monochromatic Colors of #B9979C
Black with #B9979C
Text Example
Text Example
White with #B9979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9979C; }
p { color: rgb(185,151,156); }
H1.HeaderClassName
{
color: #B9979C;
}
.AnyTagClassName
{
color: #B9979C;
}
</style>
background-color css
<style>
a { background-color: #B9979C; }
a { background-color: rgb(185,151,156); }
div.DivClassName
{
background-color: #B9979C;
}
.BgClassName
{
background-color: #B9979C;
}
</style>
border-color css
<style>
span { border-color: #B9979C; }
span { border-color: rgb(185,151,156); }
td.TdClassName
{
border-color: #B9979C;
}
.TagClassName
{
border-color: #B9979C;
}
</style>