Shades of Careys Pink #BDABB0
Tints of Careys Pink #BDABB0
RGB
CMYK
RGB Variations
Color information
#BDABB0 (or 0xBDABB0) is known color: Careys Pink. HEX triplet: BD, AB and B0. RGB value is (189,171,176). Sum of RGB (Red+Green+Blue) = 189+171+176=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABB0 is #42544F. Grayscale: #B0B0B0. Windows color (decimal): -4346960 or 11578301. OLE color: 11578301.
HSL color Cylindrical-coordinate representation of color #BDABB0: hue angle of 343.33º 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 #BDABB0 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 171 | 176 | - |
CMYK | 0 | 0.10 | 0.07 | 0.26 |
HSL | 343.33º | 0.12% | 0.71% | - |
HSV(B) | 343.33º | 0.1% | 0.74% | - |
XYZ | 43.39 | 43.08 | 47.1 | - |
YUV | 176.95 | 127.46 | 136.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 171 | 176 | 0 | 0.10 | 0.07 | 0.26 | 343.33 | 0.12 | 0.71 |
Hex | BD | AB | B0 | 0 | A | 7 | 1A | 157 | C | 47 |
Octal | 275 | 253 | 260 | 0 | 12 | 7 | 32 | 527 | 14 | 107 |
Binary | 10111101 | 10101011 | 10110000 | 0 | 1010 | 111 | 11010 | 101010111 | 1100 | 1000111 |
Color Harmonies of #BDABB0
Complementary color
Monochromatic Colors of #BDABB0
Black with #BDABB0
Text Example
Text Example
White with #BDABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABB0; }
p { color: rgb(189,171,176); }
H1.HeaderClassName
{
color: #BDABB0;
}
.AnyTagClassName
{
color: #BDABB0;
}
</style>
background-color css
<style>
a { background-color: #BDABB0; }
a { background-color: rgb(189,171,176); }
div.DivClassName
{
background-color: #BDABB0;
}
.BgClassName
{
background-color: #BDABB0;
}
</style>
border-color css
<style>
span { border-color: #BDABB0; }
span { border-color: rgb(189,171,176); }
td.TdClassName
{
border-color: #BDABB0;
}
.TagClassName
{
border-color: #BDABB0;
}
</style>