Shades of Careys Pink #BFADB1
Tints of Careys Pink #BFADB1
RGB
CMYK
RGB Variations
Color information
#BFADB1 (or 0xBFADB1) is known color: Careys Pink. HEX triplet: BF, AD and B1. RGB value is (191,173,177). Sum of RGB (Red+Green+Blue) = 191+173+177=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFADB1 is #40524E. Grayscale: #B2B2B2. Windows color (decimal): -4215375 or 11644351. OLE color: 11644351.
HSL color Cylindrical-coordinate representation of color #BFADB1: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFADB1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 177 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.25 |
| HSL | 346.67º | 0.12% | 0.71% | - |
| HSV(B) | 346.67º | 0.09% | 0.75% | - |
| XYZ | 44.37 | 44.14 | 47.78 | - |
| YUV | 178.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 177 | 0 | 0.09 | 0.07 | 0.25 | 346.67 | 0.12 | 0.71 |
| Hex | BF | AD | B1 | 0 | 9 | 7 | 19 | 15B | C | 47 |
| Octal | 277 | 255 | 261 | 0 | 11 | 7 | 31 | 533 | 14 | 107 |
| Binary | 10111111 | 10101101 | 10110001 | 0 | 1001 | 111 | 11001 | 101011011 | 1100 | 1000111 |
Color Harmonies of #BFADB1
Complementary color
Monochromatic Colors of #BFADB1
Black with #BFADB1
Text Example
Text Example
White with #BFADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADB1; }
p { color: rgb(191,173,177); }
H1.HeaderClassName
{
color: #BFADB1;
}
.AnyTagClassName
{
color: #BFADB1;
}
</style>
background-color css
<style>
a { background-color: #BFADB1; }
a { background-color: rgb(191,173,177); }
div.DivClassName
{
background-color: #BFADB1;
}
.BgClassName
{
background-color: #BFADB1;
}
</style>
border-color css
<style>
span { border-color: #BFADB1; }
span { border-color: rgb(191,173,177); }
td.TdClassName
{
border-color: #BFADB1;
}
.TagClassName
{
border-color: #BFADB1;
}
</style>