Shades of Careys Pink #BF9BA2
Tints of Careys Pink #BF9BA2
RGB
CMYK
RGB Variations
Color information
#BF9BA2 (or 0xBF9BA2) is known color: Careys Pink. HEX triplet: BF, 9B and A2. RGB value is (191,155,162). Sum of RGB (Red+Green+Blue) = 191+155+162=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9BA2 is #40645D. Grayscale: #A6A6A6. Windows color (decimal): -4219998 or 10656703. OLE color: 10656703.
HSL color Cylindrical-coordinate representation of color #BF9BA2: hue angle of 348.33º 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 #BF9BA2 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 155 | 162 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.25 |
| HSL | 348.33º | 0.22% | 0.68% | - |
| HSV(B) | 348.33º | 0.19% | 0.75% | - |
| XYZ | 39.73 | 37.13 | 39.25 | - |
| YUV | 166.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 162 | 0 | 0.19 | 0.15 | 0.25 | 348.33 | 0.22 | 0.68 |
| Hex | BF | 9B | A2 | 0 | 13 | F | 19 | 15C | 16 | 44 |
| Octal | 277 | 233 | 242 | 0 | 23 | 17 | 31 | 534 | 26 | 104 |
| Binary | 10111111 | 10011011 | 10100010 | 0 | 10011 | 1111 | 11001 | 101011100 | 10110 | 1000100 |
Color Harmonies of #BF9BA2
Complementary color
Monochromatic Colors of #BF9BA2
Black with #BF9BA2
Text Example
Text Example
White with #BF9BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9BA2; }
p { color: rgb(191,155,162); }
H1.HeaderClassName
{
color: #BF9BA2;
}
.AnyTagClassName
{
color: #BF9BA2;
}
</style>
background-color css
<style>
a { background-color: #BF9BA2; }
a { background-color: rgb(191,155,162); }
div.DivClassName
{
background-color: #BF9BA2;
}
.BgClassName
{
background-color: #BF9BA2;
}
</style>
border-color css
<style>
span { border-color: #BF9BA2; }
span { border-color: rgb(191,155,162); }
td.TdClassName
{
border-color: #BF9BA2;
}
.TagClassName
{
border-color: #BF9BA2;
}
</style>