Shades of Careys Pink #BDABAC
Tints of Careys Pink #BDABAC
RGB
CMYK
RGB Variations
Color information
#BDABAC (or 0xBDABAC) is known color: Careys Pink. HEX triplet: BD, AB and AC. RGB value is (189,171,172). Sum of RGB (Red+Green+Blue) = 189+171+172=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABAC is #425453. Grayscale: #B0B0B0. Windows color (decimal): -4346964 or 11316157. OLE color: 11316157.
HSL color Cylindrical-coordinate representation of color #BDABAC: hue angle of 356.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDABAC is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 171 | 172 | - |
CMYK | 0 | 0.10 | 0.09 | 0.26 |
HSL | 356.67º | 0.12% | 0.71% | - |
HSV(B) | 356.67º | 0.1% | 0.74% | - |
XYZ | 43 | 42.92 | 45.05 | - |
YUV | 176.5 | 125.46 | 136.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 171 | 172 | 0 | 0.10 | 0.09 | 0.26 | 356.67 | 0.12 | 0.71 |
Hex | BD | AB | AC | 0 | A | 9 | 1A | 165 | C | 47 |
Octal | 275 | 253 | 254 | 0 | 12 | 11 | 32 | 545 | 14 | 107 |
Binary | 10111101 | 10101011 | 10101100 | 0 | 1010 | 1001 | 11010 | 101100101 | 1100 | 1000111 |
Color Harmonies of #BDABAC
Complementary color
Monochromatic Colors of #BDABAC
Black with #BDABAC
Text Example
Text Example
White with #BDABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABAC; }
p { color: rgb(189,171,172); }
H1.HeaderClassName
{
color: #BDABAC;
}
.AnyTagClassName
{
color: #BDABAC;
}
</style>
background-color css
<style>
a { background-color: #BDABAC; }
a { background-color: rgb(189,171,172); }
div.DivClassName
{
background-color: #BDABAC;
}
.BgClassName
{
background-color: #BDABAC;
}
</style>
border-color css
<style>
span { border-color: #BDABAC; }
span { border-color: rgb(189,171,172); }
td.TdClassName
{
border-color: #BDABAC;
}
.TagClassName
{
border-color: #BDABAC;
}
</style>