Shades of Careys Pink #BF9BA0
Tints of Careys Pink #BF9BA0
RGB
CMYK
RGB Variations
Color information
#BF9BA0 (or 0xBF9BA0) is known color: Careys Pink. HEX triplet: BF, 9B and A0. RGB value is (191,155,160). Sum of RGB (Red+Green+Blue) = 191+155+160=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9BA0 is #40645F. Grayscale: #A6A6A6. Windows color (decimal): -4220000 or 10525631. OLE color: 10525631.
HSL color Cylindrical-coordinate representation of color #BF9BA0: hue angle of 351.67º 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 #BF9BA0 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 155 | 160 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.25 |
| HSL | 351.67º | 0.22% | 0.68% | - |
| HSV(B) | 351.67º | 0.19% | 0.75% | - |
| XYZ | 39.55 | 37.06 | 38.33 | - |
| YUV | 166.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 160 | 0 | 0.19 | 0.16 | 0.25 | 351.67 | 0.22 | 0.68 |
| Hex | BF | 9B | A0 | 0 | 13 | 10 | 19 | 160 | 16 | 44 |
| Octal | 277 | 233 | 240 | 0 | 23 | 20 | 31 | 540 | 26 | 104 |
| Binary | 10111111 | 10011011 | 10100000 | 0 | 10011 | 10000 | 11001 | 101100000 | 10110 | 1000100 |
Color Harmonies of #BF9BA0
Complementary color
Monochromatic Colors of #BF9BA0
Black with #BF9BA0
Text Example
Text Example
White with #BF9BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9BA0; }
p { color: rgb(191,155,160); }
H1.HeaderClassName
{
color: #BF9BA0;
}
.AnyTagClassName
{
color: #BF9BA0;
}
</style>
background-color css
<style>
a { background-color: #BF9BA0; }
a { background-color: rgb(191,155,160); }
div.DivClassName
{
background-color: #BF9BA0;
}
.BgClassName
{
background-color: #BF9BA0;
}
</style>
border-color css
<style>
span { border-color: #BF9BA0; }
span { border-color: rgb(191,155,160); }
td.TdClassName
{
border-color: #BF9BA0;
}
.TagClassName
{
border-color: #BF9BA0;
}
</style>