Shades of Oyster Pink #D5BCBC
Tints of Oyster Pink #D5BCBC
RGB
CMYK
RGB Variations
Color information
#D5BCBC (or 0xD5BCBC) is known color: Oyster Pink. HEX triplet: D5, BC and BC. RGB value is (213,188,188). Sum of RGB (Red+Green+Blue) = 213+188+188=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCBC is #2A4343. Grayscale: #C3C3C3. Windows color (decimal): -2769732 or 12369109. OLE color: 12369109.
HSL color Cylindrical-coordinate representation of color #D5BCBC: hue angle of 0º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BCBC is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 188 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.16 |
| HSL | 0º | 0.23% | 0.79% | - |
| HSV(B) | 0º | 0.12% | 0.84% | - |
| XYZ | 54.5 | 53.74 | 55.08 | - |
| YUV | 195.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 188 | 0 | 0.12 | 0.12 | 0.16 | 0 | 0.23 | 0.79 |
| Hex | D5 | BC | BC | 0 | C | C | 10 | 0 | 17 | 4F |
| Octal | 325 | 274 | 274 | 0 | 14 | 14 | 20 | 0 | 27 | 117 |
| Binary | 11010101 | 10111100 | 10111100 | 0 | 1100 | 1100 | 10000 | 0 | 10111 | 1001111 |
Color Harmonies of #D5BCBC
Complementary color
Monochromatic Colors of #D5BCBC
Black with #D5BCBC
Text Example
Text Example
White with #D5BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCBC; }
p { color: rgb(213,188,188); }
H1.HeaderClassName
{
color: #D5BCBC;
}
.AnyTagClassName
{
color: #D5BCBC;
}
</style>
background-color css
<style>
a { background-color: #D5BCBC; }
a { background-color: rgb(213,188,188); }
div.DivClassName
{
background-color: #D5BCBC;
}
.BgClassName
{
background-color: #D5BCBC;
}
</style>
border-color css
<style>
span { border-color: #D5BCBC; }
span { border-color: rgb(213,188,188); }
td.TdClassName
{
border-color: #D5BCBC;
}
.TagClassName
{
border-color: #D5BCBC;
}
</style>