Shades of Careys Pink #BDA9AC
Tints of Careys Pink #BDA9AC
RGB
CMYK
RGB Variations
Color information
#BDA9AC (or 0xBDA9AC) is known color: Careys Pink. HEX triplet: BD, A9 and AC. RGB value is (189,169,172). Sum of RGB (Red+Green+Blue) = 189+169+172=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA9AC is #425653. Grayscale: #AFAFAF. Windows color (decimal): -4347476 or 11315645. OLE color: 11315645.
HSL color Cylindrical-coordinate representation of color #BDA9AC: hue angle of 351º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDA9AC is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 169 | 172 | - |
CMYK | 0 | 0.11 | 0.09 | 0.26 |
HSL | 351º | 0.13% | 0.7% | - |
HSV(B) | 351º | 0.11% | 0.74% | - |
XYZ | 42.62 | 42.17 | 44.92 | - |
YUV | 175.32 | 126.13 | 137.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 169 | 172 | 0 | 0.11 | 0.09 | 0.26 | 351 | 0.13 | 0.7 |
Hex | BD | A9 | AC | 0 | B | 9 | 1A | 15F | D | 46 |
Octal | 275 | 251 | 254 | 0 | 13 | 11 | 32 | 537 | 15 | 106 |
Binary | 10111101 | 10101001 | 10101100 | 0 | 1011 | 1001 | 11010 | 101011111 | 1101 | 1000110 |
Color Harmonies of #BDA9AC
Complementary color
Monochromatic Colors of #BDA9AC
Black with #BDA9AC
Text Example
Text Example
White with #BDA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9AC; }
p { color: rgb(189,169,172); }
H1.HeaderClassName
{
color: #BDA9AC;
}
.AnyTagClassName
{
color: #BDA9AC;
}
</style>
background-color css
<style>
a { background-color: #BDA9AC; }
a { background-color: rgb(189,169,172); }
div.DivClassName
{
background-color: #BDA9AC;
}
.BgClassName
{
background-color: #BDA9AC;
}
</style>
border-color css
<style>
span { border-color: #BDA9AC; }
span { border-color: rgb(189,169,172); }
td.TdClassName
{
border-color: #BDA9AC;
}
.TagClassName
{
border-color: #BDA9AC;
}
</style>