Shades of Oyster Pink #D4BCBA
Tints of Oyster Pink #D4BCBA
RGB
CMYK
RGB Variations
Color information
#D4BCBA (or 0xD4BCBA) is known color: Oyster Pink. HEX triplet: D4, BC and BA. RGB value is (212,188,186). Sum of RGB (Red+Green+Blue) = 212+188+186=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCBA is #2B4345. Grayscale: #C2C2C2. Windows color (decimal): -2835270 or 12238036. OLE color: 12238036.
HSL color Cylindrical-coordinate representation of color #D4BCBA: hue angle of 4.62º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BCBA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 186 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.17 |
| HSL | 4.62º | 0.23% | 0.78% | - |
| HSV(B) | 4.62º | 0.12% | 0.83% | - |
| XYZ | 54 | 53.51 | 53.94 | - |
| YUV | 194.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 186 | 0 | 0.11 | 0.12 | 0.17 | 4.62 | 0.23 | 0.78 |
| Hex | D4 | BC | BA | 0 | B | C | 11 | 5 | 17 | 4E |
| Octal | 324 | 274 | 272 | 0 | 13 | 14 | 21 | 5 | 27 | 116 |
| Binary | 11010100 | 10111100 | 10111010 | 0 | 1011 | 1100 | 10001 | 101 | 10111 | 1001110 |
Color Harmonies of #D4BCBA
Complementary color
Monochromatic Colors of #D4BCBA
Black with #D4BCBA
Text Example
Text Example
White with #D4BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCBA; }
p { color: rgb(212,188,186); }
H1.HeaderClassName
{
color: #D4BCBA;
}
.AnyTagClassName
{
color: #D4BCBA;
}
</style>
background-color css
<style>
a { background-color: #D4BCBA; }
a { background-color: rgb(212,188,186); }
div.DivClassName
{
background-color: #D4BCBA;
}
.BgClassName
{
background-color: #D4BCBA;
}
</style>
border-color css
<style>
span { border-color: #D4BCBA; }
span { border-color: rgb(212,188,186); }
td.TdClassName
{
border-color: #D4BCBA;
}
.TagClassName
{
border-color: #D4BCBA;
}
</style>