Shades of Careys Pink #BDAAAF
Tints of Careys Pink #BDAAAF
RGB
CMYK
RGB Variations
Color information
#BDAAAF (or 0xBDAAAF) is known color: Careys Pink. HEX triplet: BD, AA and AF. RGB value is (189,170,175). Sum of RGB (Red+Green+Blue) = 189+170+175=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAAF is #425550. Grayscale: #B0B0B0. Windows color (decimal): -4347217 or 11512509. OLE color: 11512509.
HSL color Cylindrical-coordinate representation of color #BDAAAF: hue angle of 344.21º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDAAAF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 175 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.26 |
| HSL | 344.21º | 0.13% | 0.7% | - |
| HSV(B) | 344.21º | 0.1% | 0.74% | - |
| XYZ | 43.1 | 42.66 | 46.52 | - |
| YUV | 176.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 175 | 0 | 0.10 | 0.07 | 0.26 | 344.21 | 0.13 | 0.7 |
| Hex | BD | AA | AF | 0 | A | 7 | 1A | 158 | D | 46 |
| Octal | 275 | 252 | 257 | 0 | 12 | 7 | 32 | 530 | 15 | 106 |
| Binary | 10111101 | 10101010 | 10101111 | 0 | 1010 | 111 | 11010 | 101011000 | 1101 | 1000110 |
Color Harmonies of #BDAAAF
Complementary color
Monochromatic Colors of #BDAAAF
Black with #BDAAAF
Text Example
Text Example
White with #BDAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAAF; }
p { color: rgb(189,170,175); }
H1.HeaderClassName
{
color: #BDAAAF;
}
.AnyTagClassName
{
color: #BDAAAF;
}
</style>
background-color css
<style>
a { background-color: #BDAAAF; }
a { background-color: rgb(189,170,175); }
div.DivClassName
{
background-color: #BDAAAF;
}
.BgClassName
{
background-color: #BDAAAF;
}
</style>
border-color css
<style>
span { border-color: #BDAAAF; }
span { border-color: rgb(189,170,175); }
td.TdClassName
{
border-color: #BDAAAF;
}
.TagClassName
{
border-color: #BDAAAF;
}
</style>