Shades of Careys Pink #BFA5A8
Tints of Careys Pink #BFA5A8
RGB
CMYK
RGB Variations
Color information
#BFA5A8 (or 0xBFA5A8) is known color: Careys Pink. HEX triplet: BF, A5 and A8. RGB value is (191,165,168). Sum of RGB (Red+Green+Blue) = 191+165+168=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA5A8 is #405A57. Grayscale: #ADADAD. Windows color (decimal): -4217432 or 11052479. OLE color: 11052479.
HSL color Cylindrical-coordinate representation of color #BFA5A8: hue angle of 353.08º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFA5A8 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 165 | 168 | - |
CMYK | 0 | 0.14 | 0.12 | 0.25 |
HSL | 353.08º | 0.17% | 0.7% | - |
HSV(B) | 353.08º | 0.14% | 0.75% | - |
XYZ | 42.01 | 40.81 | 42.71 | - |
YUV | 173.12 | 125.11 | 140.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 165 | 168 | 0 | 0.14 | 0.12 | 0.25 | 353.08 | 0.17 | 0.7 |
Hex | BF | A5 | A8 | 0 | E | C | 19 | 161 | 11 | 46 |
Octal | 277 | 245 | 250 | 0 | 16 | 14 | 31 | 541 | 21 | 106 |
Binary | 10111111 | 10100101 | 10101000 | 0 | 1110 | 1100 | 11001 | 101100001 | 10001 | 1000110 |
Color Harmonies of #BFA5A8
Complementary color
Monochromatic Colors of #BFA5A8
Black with #BFA5A8
Text Example
Text Example
White with #BFA5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5A8; }
p { color: rgb(191,165,168); }
H1.HeaderClassName
{
color: #BFA5A8;
}
.AnyTagClassName
{
color: #BFA5A8;
}
</style>
background-color css
<style>
a { background-color: #BFA5A8; }
a { background-color: rgb(191,165,168); }
div.DivClassName
{
background-color: #BFA5A8;
}
.BgClassName
{
background-color: #BFA5A8;
}
</style>
border-color css
<style>
span { border-color: #BFA5A8; }
span { border-color: rgb(191,165,168); }
td.TdClassName
{
border-color: #BFA5A8;
}
.TagClassName
{
border-color: #BFA5A8;
}
</style>