Shades of Careys Pink #BDA5AC
Tints of Careys Pink #BDA5AC
RGB
CMYK
RGB Variations
Color information
#BDA5AC (or 0xBDA5AC) is known color: Careys Pink. HEX triplet: BD, A5 and AC. RGB value is (189,165,172). Sum of RGB (Red+Green+Blue) = 189+165+172=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5AC is #425A53. Grayscale: #ACACAC. Windows color (decimal): -4348500 or 11314621. OLE color: 11314621.
HSL color Cylindrical-coordinate representation of color #BDA5AC: hue angle of 342.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA5AC is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 165 | 172 | - |
CMYK | 0 | 0.13 | 0.09 | 0.26 |
HSL | 342.5º | 0.15% | 0.69% | - |
HSV(B) | 342.5º | 0.13% | 0.74% | - |
XYZ | 41.89 | 40.71 | 44.68 | - |
YUV | 172.97 | 127.45 | 139.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 165 | 172 | 0 | 0.13 | 0.09 | 0.26 | 342.5 | 0.15 | 0.69 |
Hex | BD | A5 | AC | 0 | D | 9 | 1A | 156 | F | 45 |
Octal | 275 | 245 | 254 | 0 | 15 | 11 | 32 | 526 | 17 | 105 |
Binary | 10111101 | 10100101 | 10101100 | 0 | 1101 | 1001 | 11010 | 101010110 | 1111 | 1000101 |
Color Harmonies of #BDA5AC
Complementary color
Monochromatic Colors of #BDA5AC
Black with #BDA5AC
Text Example
Text Example
White with #BDA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5AC; }
p { color: rgb(189,165,172); }
H1.HeaderClassName
{
color: #BDA5AC;
}
.AnyTagClassName
{
color: #BDA5AC;
}
</style>
background-color css
<style>
a { background-color: #BDA5AC; }
a { background-color: rgb(189,165,172); }
div.DivClassName
{
background-color: #BDA5AC;
}
.BgClassName
{
background-color: #BDA5AC;
}
</style>
border-color css
<style>
span { border-color: #BDA5AC; }
span { border-color: rgb(189,165,172); }
td.TdClassName
{
border-color: #BDA5AC;
}
.TagClassName
{
border-color: #BDA5AC;
}
</style>