Shades of Careys Pink #BF979D
Tints of Careys Pink #BF979D
RGB
CMYK
RGB Variations
Color information
#BF979D (or 0xBF979D) is known color: Careys Pink. HEX triplet: BF, 97 and 9D. RGB value is (191,151,157). Sum of RGB (Red+Green+Blue) = 191+151+157=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF979D is #406862. Grayscale: #A3A3A3. Windows color (decimal): -4221027 or 10327999. OLE color: 10327999.
HSL color Cylindrical-coordinate representation of color #BF979D: hue angle of 351º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF979D is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 157 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.25 |
| HSL | 351º | 0.24% | 0.67% | - |
| HSV(B) | 351º | 0.21% | 0.75% | - |
| XYZ | 38.64 | 35.64 | 36.74 | - |
| YUV | 163.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 157 | 0 | 0.21 | 0.18 | 0.25 | 351 | 0.24 | 0.67 |
| Hex | BF | 97 | 9D | 0 | 15 | 12 | 19 | 15F | 18 | 43 |
| Octal | 277 | 227 | 235 | 0 | 25 | 22 | 31 | 537 | 30 | 103 |
| Binary | 10111111 | 10010111 | 10011101 | 0 | 10101 | 10010 | 11001 | 101011111 | 11000 | 1000011 |
Color Harmonies of #BF979D
Complementary color
Monochromatic Colors of #BF979D
Black with #BF979D
Text Example
Text Example
White with #BF979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF979D; }
p { color: rgb(191,151,157); }
H1.HeaderClassName
{
color: #BF979D;
}
.AnyTagClassName
{
color: #BF979D;
}
</style>
background-color css
<style>
a { background-color: #BF979D; }
a { background-color: rgb(191,151,157); }
div.DivClassName
{
background-color: #BF979D;
}
.BgClassName
{
background-color: #BF979D;
}
</style>
border-color css
<style>
span { border-color: #BF979D; }
span { border-color: rgb(191,151,157); }
td.TdClassName
{
border-color: #BF979D;
}
.TagClassName
{
border-color: #BF979D;
}
</style>