Shades of Careys Pink #BF9A9D
Tints of Careys Pink #BF9A9D
RGB
CMYK
RGB Variations
Color information
#BF9A9D (or 0xBF9A9D) is known color: Careys Pink. HEX triplet: BF, 9A and 9D. RGB value is (191,154,157). Sum of RGB (Red+Green+Blue) = 191+154+157=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A9D is #406562. Grayscale: #A5A5A5. Windows color (decimal): -4220259 or 10328767. OLE color: 10328767.
HSL color Cylindrical-coordinate representation of color #BF9A9D: hue angle of 355.14º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BF9A9D is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 157 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.25 |
| HSL | 355.14º | 0.22% | 0.68% | - |
| HSV(B) | 355.14º | 0.19% | 0.75% | - |
| XYZ | 39.13 | 36.62 | 36.9 | - |
| YUV | 165.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 157 | 0 | 0.19 | 0.18 | 0.25 | 355.14 | 0.22 | 0.68 |
| Hex | BF | 9A | 9D | 0 | 13 | 12 | 19 | 163 | 16 | 44 |
| Octal | 277 | 232 | 235 | 0 | 23 | 22 | 31 | 543 | 26 | 104 |
| Binary | 10111111 | 10011010 | 10011101 | 0 | 10011 | 10010 | 11001 | 101100011 | 10110 | 1000100 |
Color Harmonies of #BF9A9D
Complementary color
Monochromatic Colors of #BF9A9D
Black with #BF9A9D
Text Example
Text Example
White with #BF9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9A9D; }
p { color: rgb(191,154,157); }
H1.HeaderClassName
{
color: #BF9A9D;
}
.AnyTagClassName
{
color: #BF9A9D;
}
</style>
background-color css
<style>
a { background-color: #BF9A9D; }
a { background-color: rgb(191,154,157); }
div.DivClassName
{
background-color: #BF9A9D;
}
.BgClassName
{
background-color: #BF9A9D;
}
</style>
border-color css
<style>
span { border-color: #BF9A9D; }
span { border-color: rgb(191,154,157); }
td.TdClassName
{
border-color: #BF9A9D;
}
.TagClassName
{
border-color: #BF9A9D;
}
</style>