Shades of Careys Pink #BDACAF
Tints of Careys Pink #BDACAF
RGB
CMYK
RGB Variations
Color information
#BDACAF (or 0xBDACAF) is known color: Careys Pink. HEX triplet: BD, AC and AF. RGB value is (189,172,175). Sum of RGB (Red+Green+Blue) = 189+172+175=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACAF is #425350. Grayscale: #B1B1B1. Windows color (decimal): -4346705 or 11513021. OLE color: 11513021.
HSL color Cylindrical-coordinate representation of color #BDACAF: hue angle of 349.41º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDACAF is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 175 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.26 |
| HSL | 349.41º | 0.11% | 0.71% | - |
| HSV(B) | 349.41º | 0.09% | 0.74% | - |
| XYZ | 43.48 | 43.42 | 46.65 | - |
| YUV | 177.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 175 | 0 | 0.09 | 0.07 | 0.26 | 349.41 | 0.11 | 0.71 |
| Hex | BD | AC | AF | 0 | 9 | 7 | 1A | 15D | B | 47 |
| Octal | 275 | 254 | 257 | 0 | 11 | 7 | 32 | 535 | 13 | 107 |
| Binary | 10111101 | 10101100 | 10101111 | 0 | 1001 | 111 | 11010 | 101011101 | 1011 | 1000111 |
Color Harmonies of #BDACAF
Complementary color
Monochromatic Colors of #BDACAF
Black with #BDACAF
Text Example
Text Example
White with #BDACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACAF; }
p { color: rgb(189,172,175); }
H1.HeaderClassName
{
color: #BDACAF;
}
.AnyTagClassName
{
color: #BDACAF;
}
</style>
background-color css
<style>
a { background-color: #BDACAF; }
a { background-color: rgb(189,172,175); }
div.DivClassName
{
background-color: #BDACAF;
}
.BgClassName
{
background-color: #BDACAF;
}
</style>
border-color css
<style>
span { border-color: #BDACAF; }
span { border-color: rgb(189,172,175); }
td.TdClassName
{
border-color: #BDACAF;
}
.TagClassName
{
border-color: #BDACAF;
}
</style>