Shades of Careys Pink #BF99A0
Tints of Careys Pink #BF99A0
RGB
CMYK
RGB Variations
Color information
#BF99A0 (or 0xBF99A0) is known color: Careys Pink. HEX triplet: BF, 99 and A0. RGB value is (191,153,160). Sum of RGB (Red+Green+Blue) = 191+153+160=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99A0 is #40665F. Grayscale: #A5A5A5. Windows color (decimal): -4220512 or 10525119. OLE color: 10525119.
HSL color Cylindrical-coordinate representation of color #BF99A0: hue angle of 348.95º 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 #BF99A0 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 160 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.25 |
| HSL | 348.95º | 0.23% | 0.67% | - |
| HSV(B) | 348.95º | 0.2% | 0.75% | - |
| XYZ | 39.22 | 36.4 | 38.22 | - |
| YUV | 165.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 160 | 0 | 0.20 | 0.16 | 0.25 | 348.95 | 0.23 | 0.67 |
| Hex | BF | 99 | A0 | 0 | 14 | 10 | 19 | 15D | 17 | 43 |
| Octal | 277 | 231 | 240 | 0 | 24 | 20 | 31 | 535 | 27 | 103 |
| Binary | 10111111 | 10011001 | 10100000 | 0 | 10100 | 10000 | 11001 | 101011101 | 10111 | 1000011 |
Color Harmonies of #BF99A0
Complementary color
Monochromatic Colors of #BF99A0
Black with #BF99A0
Text Example
Text Example
White with #BF99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99A0; }
p { color: rgb(191,153,160); }
H1.HeaderClassName
{
color: #BF99A0;
}
.AnyTagClassName
{
color: #BF99A0;
}
</style>
background-color css
<style>
a { background-color: #BF99A0; }
a { background-color: rgb(191,153,160); }
div.DivClassName
{
background-color: #BF99A0;
}
.BgClassName
{
background-color: #BF99A0;
}
</style>
border-color css
<style>
span { border-color: #BF99A0; }
span { border-color: rgb(191,153,160); }
td.TdClassName
{
border-color: #BF99A0;
}
.TagClassName
{
border-color: #BF99A0;
}
</style>