Shades of Careys Pink #BDADB0
Tints of Careys Pink #BDADB0
RGB
CMYK
RGB Variations
Color information
#BDADB0 (or 0xBDADB0) is known color: Careys Pink. HEX triplet: BD, AD and B0. RGB value is (189,173,176). Sum of RGB (Red+Green+Blue) = 189+173+176=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADB0 is #42524F. Grayscale: #B2B2B2. Windows color (decimal): -4346448 or 11578813. OLE color: 11578813.
HSL color Cylindrical-coordinate representation of color #BDADB0: hue angle of 348.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDADB0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 176 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.26 |
| HSL | 348.75º | 0.11% | 0.71% | - |
| HSV(B) | 348.75º | 0.08% | 0.74% | - |
| XYZ | 43.77 | 43.84 | 47.23 | - |
| YUV | 178.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 176 | 0 | 0.08 | 0.07 | 0.26 | 348.75 | 0.11 | 0.71 |
| Hex | BD | AD | B0 | 0 | 8 | 7 | 1A | 15D | B | 47 |
| Octal | 275 | 255 | 260 | 0 | 10 | 7 | 32 | 535 | 13 | 107 |
| Binary | 10111101 | 10101101 | 10110000 | 0 | 1000 | 111 | 11010 | 101011101 | 1011 | 1000111 |
Color Harmonies of #BDADB0
Complementary color
Monochromatic Colors of #BDADB0
Black with #BDADB0
Text Example
Text Example
White with #BDADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADB0; }
p { color: rgb(189,173,176); }
H1.HeaderClassName
{
color: #BDADB0;
}
.AnyTagClassName
{
color: #BDADB0;
}
</style>
background-color css
<style>
a { background-color: #BDADB0; }
a { background-color: rgb(189,173,176); }
div.DivClassName
{
background-color: #BDADB0;
}
.BgClassName
{
background-color: #BDADB0;
}
</style>
border-color css
<style>
span { border-color: #BDADB0; }
span { border-color: rgb(189,173,176); }
td.TdClassName
{
border-color: #BDADB0;
}
.TagClassName
{
border-color: #BDADB0;
}
</style>