Shades of Careys Pink #BD969A
Tints of Careys Pink #BD969A
RGB
CMYK
RGB Variations
Color information
#BD969A (or 0xBD969A) is known color: Careys Pink. HEX triplet: BD, 96 and 9A. RGB value is (189,150,154). Sum of RGB (Red+Green+Blue) = 189+150+154=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD969A is #426965. Grayscale: #A2A2A2. Windows color (decimal): -4352358 or 10131133. OLE color: 10131133.
HSL color Cylindrical-coordinate representation of color #BD969A: hue angle of 353.85º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD969A is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 154 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.26 |
| HSL | 353.85º | 0.23% | 0.66% | - |
| HSV(B) | 353.85º | 0.21% | 0.74% | - |
| XYZ | 37.73 | 34.96 | 35.33 | - |
| YUV | 162.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 154 | 0 | 0.21 | 0.19 | 0.26 | 353.85 | 0.23 | 0.66 |
| Hex | BD | 96 | 9A | 0 | 15 | 13 | 1A | 162 | 17 | 42 |
| Octal | 275 | 226 | 232 | 0 | 25 | 23 | 32 | 542 | 27 | 102 |
| Binary | 10111101 | 10010110 | 10011010 | 0 | 10101 | 10011 | 11010 | 101100010 | 10111 | 1000010 |
Color Harmonies of #BD969A
Complementary color
Monochromatic Colors of #BD969A
Black with #BD969A
Text Example
Text Example
White with #BD969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD969A; }
p { color: rgb(189,150,154); }
H1.HeaderClassName
{
color: #BD969A;
}
.AnyTagClassName
{
color: #BD969A;
}
</style>
background-color css
<style>
a { background-color: #BD969A; }
a { background-color: rgb(189,150,154); }
div.DivClassName
{
background-color: #BD969A;
}
.BgClassName
{
background-color: #BD969A;
}
</style>
border-color css
<style>
span { border-color: #BD969A; }
span { border-color: rgb(189,150,154); }
td.TdClassName
{
border-color: #BD969A;
}
.TagClassName
{
border-color: #BD969A;
}
</style>