Shades of Careys Pink #BF9A9B
Tints of Careys Pink #BF9A9B
RGB
CMYK
RGB Variations
Color information
#BF9A9B (or 0xBF9A9B) is known color: Careys Pink. HEX triplet: BF, 9A and 9B. RGB value is (191,154,155). Sum of RGB (Red+Green+Blue) = 191+154+155=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A9B is #406564. Grayscale: #A5A5A5. Windows color (decimal): -4220261 or 10197695. OLE color: 10197695.
HSL color Cylindrical-coordinate representation of color #BF9A9B: hue angle of 358.38º 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 #BF9A9B is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 155 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.25 |
| HSL | 358.38º | 0.22% | 0.68% | - |
| HSV(B) | 358.38º | 0.19% | 0.75% | - |
| XYZ | 38.96 | 36.55 | 36.01 | - |
| YUV | 165.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 155 | 0 | 0.19 | 0.19 | 0.25 | 358.38 | 0.22 | 0.68 |
| Hex | BF | 9A | 9B | 0 | 13 | 13 | 19 | 166 | 16 | 44 |
| Octal | 277 | 232 | 233 | 0 | 23 | 23 | 31 | 546 | 26 | 104 |
| Binary | 10111111 | 10011010 | 10011011 | 0 | 10011 | 10011 | 11001 | 101100110 | 10110 | 1000100 |
Color Harmonies of #BF9A9B
Complementary color
Monochromatic Colors of #BF9A9B
Black with #BF9A9B
Text Example
Text Example
White with #BF9A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9A9B; }
p { color: rgb(191,154,155); }
H1.HeaderClassName
{
color: #BF9A9B;
}
.AnyTagClassName
{
color: #BF9A9B;
}
</style>
background-color css
<style>
a { background-color: #BF9A9B; }
a { background-color: rgb(191,154,155); }
div.DivClassName
{
background-color: #BF9A9B;
}
.BgClassName
{
background-color: #BF9A9B;
}
</style>
border-color css
<style>
span { border-color: #BF9A9B; }
span { border-color: rgb(191,154,155); }
td.TdClassName
{
border-color: #BF9A9B;
}
.TagClassName
{
border-color: #BF9A9B;
}
</style>