Shades of Careys Pink #BD989A
Tints of Careys Pink #BD989A
RGB
CMYK
RGB Variations
Color information
#BD989A (or 0xBD989A) is known color: Careys Pink. HEX triplet: BD, 98 and 9A. RGB value is (189,152,154). Sum of RGB (Red+Green+Blue) = 189+152+154=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD989A is #426765. Grayscale: #A3A3A3. Windows color (decimal): -4351846 or 10131645. OLE color: 10131645.
HSL color Cylindrical-coordinate representation of color #BD989A: hue angle of 356.76º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD989A is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 154 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.26 |
| HSL | 356.76º | 0.22% | 0.67% | - |
| HSV(B) | 356.76º | 0.2% | 0.74% | - |
| XYZ | 38.05 | 35.61 | 35.44 | - |
| YUV | 163.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 154 | 0 | 0.20 | 0.19 | 0.26 | 356.76 | 0.22 | 0.67 |
| Hex | BD | 98 | 9A | 0 | 14 | 13 | 1A | 165 | 16 | 43 |
| Octal | 275 | 230 | 232 | 0 | 24 | 23 | 32 | 545 | 26 | 103 |
| Binary | 10111101 | 10011000 | 10011010 | 0 | 10100 | 10011 | 11010 | 101100101 | 10110 | 1000011 |
Color Harmonies of #BD989A
Complementary color
Monochromatic Colors of #BD989A
Black with #BD989A
Text Example
Text Example
White with #BD989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD989A; }
p { color: rgb(189,152,154); }
H1.HeaderClassName
{
color: #BD989A;
}
.AnyTagClassName
{
color: #BD989A;
}
</style>
background-color css
<style>
a { background-color: #BD989A; }
a { background-color: rgb(189,152,154); }
div.DivClassName
{
background-color: #BD989A;
}
.BgClassName
{
background-color: #BD989A;
}
</style>
border-color css
<style>
span { border-color: #BD989A; }
span { border-color: rgb(189,152,154); }
td.TdClassName
{
border-color: #BD989A;
}
.TagClassName
{
border-color: #BD989A;
}
</style>