Shades of Careys Pink #BDACB0
Tints of Careys Pink #BDACB0
RGB
CMYK
RGB Variations
Color information
#BDACB0 (or 0xBDACB0) is known color: Careys Pink. HEX triplet: BD, AC and B0. RGB value is (189,172,176). Sum of RGB (Red+Green+Blue) = 189+172+176=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACB0 is #42534F. Grayscale: #B1B1B1. Windows color (decimal): -4346704 or 11578557. OLE color: 11578557.
HSL color Cylindrical-coordinate representation of color #BDACB0: hue angle of 345.88º 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 #BDACB0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 176 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.26 |
| HSL | 345.88º | 0.11% | 0.71% | - |
| HSV(B) | 345.88º | 0.09% | 0.74% | - |
| XYZ | 43.58 | 43.46 | 47.17 | - |
| YUV | 177.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 176 | 0 | 0.09 | 0.07 | 0.26 | 345.88 | 0.11 | 0.71 |
| Hex | BD | AC | B0 | 0 | 9 | 7 | 1A | 15A | B | 47 |
| Octal | 275 | 254 | 260 | 0 | 11 | 7 | 32 | 532 | 13 | 107 |
| Binary | 10111101 | 10101100 | 10110000 | 0 | 1001 | 111 | 11010 | 101011010 | 1011 | 1000111 |
Color Harmonies of #BDACB0
Complementary color
Monochromatic Colors of #BDACB0
Black with #BDACB0
Text Example
Text Example
White with #BDACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACB0; }
p { color: rgb(189,172,176); }
H1.HeaderClassName
{
color: #BDACB0;
}
.AnyTagClassName
{
color: #BDACB0;
}
</style>
background-color css
<style>
a { background-color: #BDACB0; }
a { background-color: rgb(189,172,176); }
div.DivClassName
{
background-color: #BDACB0;
}
.BgClassName
{
background-color: #BDACB0;
}
</style>
border-color css
<style>
span { border-color: #BDACB0; }
span { border-color: rgb(189,172,176); }
td.TdClassName
{
border-color: #BDACB0;
}
.TagClassName
{
border-color: #BDACB0;
}
</style>