Shades of Careys Pink #BFADAE
Tints of Careys Pink #BFADAE
RGB
CMYK
RGB Variations
Color information
#BFADAE (or 0xBFADAE) is known color: Careys Pink. HEX triplet: BF, AD and AE. RGB value is (191,173,174). Sum of RGB (Red+Green+Blue) = 191+173+174=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFADAE is #405251. Grayscale: #B2B2B2. Windows color (decimal): -4215378 or 11447743. OLE color: 11447743.
HSL color Cylindrical-coordinate representation of color #BFADAE: hue angle of 356.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 #BFADAE is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 174 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.25 |
| HSL | 356.67º | 0.12% | 0.71% | - |
| HSV(B) | 356.67º | 0.09% | 0.75% | - |
| XYZ | 44.07 | 44.02 | 46.22 | - |
| YUV | 178.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 174 | 0 | 0.09 | 0.09 | 0.25 | 356.67 | 0.12 | 0.71 |
| Hex | BF | AD | AE | 0 | 9 | 9 | 19 | 165 | C | 47 |
| Octal | 277 | 255 | 256 | 0 | 11 | 11 | 31 | 545 | 14 | 107 |
| Binary | 10111111 | 10101101 | 10101110 | 0 | 1001 | 1001 | 11001 | 101100101 | 1100 | 1000111 |
Color Harmonies of #BFADAE
Complementary color
Monochromatic Colors of #BFADAE
Black with #BFADAE
Text Example
Text Example
White with #BFADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADAE; }
p { color: rgb(191,173,174); }
H1.HeaderClassName
{
color: #BFADAE;
}
.AnyTagClassName
{
color: #BFADAE;
}
</style>
background-color css
<style>
a { background-color: #BFADAE; }
a { background-color: rgb(191,173,174); }
div.DivClassName
{
background-color: #BFADAE;
}
.BgClassName
{
background-color: #BFADAE;
}
</style>
border-color css
<style>
span { border-color: #BFADAE; }
span { border-color: rgb(191,173,174); }
td.TdClassName
{
border-color: #BFADAE;
}
.TagClassName
{
border-color: #BFADAE;
}
</style>