Shades of Careys Pink #BF999D
Tints of Careys Pink #BF999D
RGB
CMYK
RGB Variations
Color information
#BF999D (or 0xBF999D) is known color: Careys Pink. HEX triplet: BF, 99 and 9D. RGB value is (191,153,157). Sum of RGB (Red+Green+Blue) = 191+153+157=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF999D is #406662. Grayscale: #A4A4A4. Windows color (decimal): -4220515 or 10328511. OLE color: 10328511.
HSL color Cylindrical-coordinate representation of color #BF999D: hue angle of 353.68º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF999D is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 157 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.25 |
| HSL | 353.68º | 0.23% | 0.67% | - |
| HSV(B) | 353.68º | 0.2% | 0.75% | - |
| XYZ | 38.96 | 36.29 | 36.85 | - |
| YUV | 164.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 157 | 0 | 0.20 | 0.18 | 0.25 | 353.68 | 0.23 | 0.67 |
| Hex | BF | 99 | 9D | 0 | 14 | 12 | 19 | 162 | 17 | 43 |
| Octal | 277 | 231 | 235 | 0 | 24 | 22 | 31 | 542 | 27 | 103 |
| Binary | 10111111 | 10011001 | 10011101 | 0 | 10100 | 10010 | 11001 | 101100010 | 10111 | 1000011 |
Color Harmonies of #BF999D
Complementary color
Monochromatic Colors of #BF999D
Black with #BF999D
Text Example
Text Example
White with #BF999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF999D; }
p { color: rgb(191,153,157); }
H1.HeaderClassName
{
color: #BF999D;
}
.AnyTagClassName
{
color: #BF999D;
}
</style>
background-color css
<style>
a { background-color: #BF999D; }
a { background-color: rgb(191,153,157); }
div.DivClassName
{
background-color: #BF999D;
}
.BgClassName
{
background-color: #BF999D;
}
</style>
border-color css
<style>
span { border-color: #BF999D; }
span { border-color: rgb(191,153,157); }
td.TdClassName
{
border-color: #BF999D;
}
.TagClassName
{
border-color: #BF999D;
}
</style>