Shades of Careys Pink #BDACAE
Tints of Careys Pink #BDACAE
RGB
CMYK
RGB Variations
Color information
#BDACAE (or 0xBDACAE) is known color: Careys Pink. HEX triplet: BD, AC and AE. RGB value is (189,172,174). Sum of RGB (Red+Green+Blue) = 189+172+174=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACAE is #425351. Grayscale: #B1B1B1. Windows color (decimal): -4346706 or 11447485. OLE color: 11447485.
HSL color Cylindrical-coordinate representation of color #BDACAE: hue angle of 352.94º 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 #BDACAE is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 174 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.26 |
| HSL | 352.94º | 0.11% | 0.71% | - |
| HSV(B) | 352.94º | 0.09% | 0.74% | - |
| XYZ | 43.38 | 43.38 | 46.13 | - |
| YUV | 177.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 174 | 0 | 0.09 | 0.08 | 0.26 | 352.94 | 0.11 | 0.71 |
| Hex | BD | AC | AE | 0 | 9 | 8 | 1A | 161 | B | 47 |
| Octal | 275 | 254 | 256 | 0 | 11 | 10 | 32 | 541 | 13 | 107 |
| Binary | 10111101 | 10101100 | 10101110 | 0 | 1001 | 1000 | 11010 | 101100001 | 1011 | 1000111 |
Color Harmonies of #BDACAE
Complementary color
Monochromatic Colors of #BDACAE
Black with #BDACAE
Text Example
Text Example
White with #BDACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACAE; }
p { color: rgb(189,172,174); }
H1.HeaderClassName
{
color: #BDACAE;
}
.AnyTagClassName
{
color: #BDACAE;
}
</style>
background-color css
<style>
a { background-color: #BDACAE; }
a { background-color: rgb(189,172,174); }
div.DivClassName
{
background-color: #BDACAE;
}
.BgClassName
{
background-color: #BDACAE;
}
</style>
border-color css
<style>
span { border-color: #BDACAE; }
span { border-color: rgb(189,172,174); }
td.TdClassName
{
border-color: #BDACAE;
}
.TagClassName
{
border-color: #BDACAE;
}
</style>