Shades of Careys Pink #BF9597
Tints of Careys Pink #BF9597
RGB
CMYK
RGB Variations
Color information
#BF9597 (or 0xBF9597) is known color: Careys Pink. HEX triplet: BF, 95 and 97. RGB value is (191,149,151). Sum of RGB (Red+Green+Blue) = 191+149+151=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9597 is #406A68. Grayscale: #A1A1A1. Windows color (decimal): -4221545 or 9934271. OLE color: 9934271.
HSL color Cylindrical-coordinate representation of color #BF9597: hue angle of 357.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF9597 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 151 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.25 |
| HSL | 357.14º | 0.25% | 0.67% | - |
| HSV(B) | 357.14º | 0.22% | 0.75% | - |
| XYZ | 37.82 | 34.81 | 34 | - |
| YUV | 161.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 151 | 0 | 0.22 | 0.21 | 0.25 | 357.14 | 0.25 | 0.67 |
| Hex | BF | 95 | 97 | 0 | 16 | 15 | 19 | 165 | 19 | 43 |
| Octal | 277 | 225 | 227 | 0 | 26 | 25 | 31 | 545 | 31 | 103 |
| Binary | 10111111 | 10010101 | 10010111 | 0 | 10110 | 10101 | 11001 | 101100101 | 11001 | 1000011 |
Color Harmonies of #BF9597
Complementary color
Monochromatic Colors of #BF9597
Black with #BF9597
Text Example
Text Example
White with #BF9597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9597; }
p { color: rgb(191,149,151); }
H1.HeaderClassName
{
color: #BF9597;
}
.AnyTagClassName
{
color: #BF9597;
}
</style>
background-color css
<style>
a { background-color: #BF9597; }
a { background-color: rgb(191,149,151); }
div.DivClassName
{
background-color: #BF9597;
}
.BgClassName
{
background-color: #BF9597;
}
</style>
border-color css
<style>
span { border-color: #BF9597; }
span { border-color: rgb(191,149,151); }
td.TdClassName
{
border-color: #BF9597;
}
.TagClassName
{
border-color: #BF9597;
}
</style>