Shades of Careys Pink #BF959B
Tints of Careys Pink #BF959B
RGB
CMYK
RGB Variations
Color information
#BF959B (or 0xBF959B) is known color: Careys Pink. HEX triplet: BF, 95 and 9B. RGB value is (191,149,155). Sum of RGB (Red+Green+Blue) = 191+149+155=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF959B is #406A64. Grayscale: #A2A2A2. Windows color (decimal): -4221541 or 10196415. OLE color: 10196415.
HSL color Cylindrical-coordinate representation of color #BF959B: hue angle of 351.43º 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 #BF959B is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 155 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.25 |
| HSL | 351.43º | 0.25% | 0.67% | - |
| HSV(B) | 351.43º | 0.22% | 0.75% | - |
| XYZ | 38.15 | 34.94 | 35.74 | - |
| YUV | 162.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 155 | 0 | 0.22 | 0.19 | 0.25 | 351.43 | 0.25 | 0.67 |
| Hex | BF | 95 | 9B | 0 | 16 | 13 | 19 | 15F | 19 | 43 |
| Octal | 277 | 225 | 233 | 0 | 26 | 23 | 31 | 537 | 31 | 103 |
| Binary | 10111111 | 10010101 | 10011011 | 0 | 10110 | 10011 | 11001 | 101011111 | 11001 | 1000011 |
Color Harmonies of #BF959B
Complementary color
Monochromatic Colors of #BF959B
Black with #BF959B
Text Example
Text Example
White with #BF959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF959B; }
p { color: rgb(191,149,155); }
H1.HeaderClassName
{
color: #BF959B;
}
.AnyTagClassName
{
color: #BF959B;
}
</style>
background-color css
<style>
a { background-color: #BF959B; }
a { background-color: rgb(191,149,155); }
div.DivClassName
{
background-color: #BF959B;
}
.BgClassName
{
background-color: #BF959B;
}
</style>
border-color css
<style>
span { border-color: #BF959B; }
span { border-color: rgb(191,149,155); }
td.TdClassName
{
border-color: #BF959B;
}
.TagClassName
{
border-color: #BF959B;
}
</style>