Shades of Careys Pink #BF999E
Tints of Careys Pink #BF999E
RGB
CMYK
RGB Variations
Color information
#BF999E (or 0xBF999E) is known color: Careys Pink. HEX triplet: BF, 99 and 9E. RGB value is (191,153,158). Sum of RGB (Red+Green+Blue) = 191+153+158=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF999E is #406661. Grayscale: #A4A4A4. Windows color (decimal): -4220514 or 10394047. OLE color: 10394047.
HSL color Cylindrical-coordinate representation of color #BF999E: hue angle of 352.11º 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 #BF999E is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 158 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.25 |
| HSL | 352.11º | 0.23% | 0.67% | - |
| HSV(B) | 352.11º | 0.2% | 0.75% | - |
| XYZ | 39.05 | 36.33 | 37.3 | - |
| YUV | 164.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 158 | 0 | 0.20 | 0.17 | 0.25 | 352.11 | 0.23 | 0.67 |
| Hex | BF | 99 | 9E | 0 | 14 | 11 | 19 | 160 | 17 | 43 |
| Octal | 277 | 231 | 236 | 0 | 24 | 21 | 31 | 540 | 27 | 103 |
| Binary | 10111111 | 10011001 | 10011110 | 0 | 10100 | 10001 | 11001 | 101100000 | 10111 | 1000011 |
Color Harmonies of #BF999E
Complementary color
Monochromatic Colors of #BF999E
Black with #BF999E
Text Example
Text Example
White with #BF999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF999E; }
p { color: rgb(191,153,158); }
H1.HeaderClassName
{
color: #BF999E;
}
.AnyTagClassName
{
color: #BF999E;
}
</style>
background-color css
<style>
a { background-color: #BF999E; }
a { background-color: rgb(191,153,158); }
div.DivClassName
{
background-color: #BF999E;
}
.BgClassName
{
background-color: #BF999E;
}
</style>
border-color css
<style>
span { border-color: #BF999E; }
span { border-color: rgb(191,153,158); }
td.TdClassName
{
border-color: #BF999E;
}
.TagClassName
{
border-color: #BF999E;
}
</style>