Shades of Oriental Pink #BC908C
Tints of Oriental Pink #BC908C
RGB
CMYK
RGB Variations
Color information
#BC908C (or 0xBC908C) is known color: Oriental Pink. HEX triplet: BC, 90 and 8C. RGB value is (188,144,140). Sum of RGB (Red+Green+Blue) = 188+144+140=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC908C is #436F73. Grayscale: #9C9C9C. Windows color (decimal): -4419444 or 9212092. OLE color: 9212092.
HSL color Cylindrical-coordinate representation of color #BC908C: hue angle of 5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC908C is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 140 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.26 |
| HSL | 5º | 0.26% | 0.64% | - |
| HSV(B) | 5º | 0.26% | 0.74% | - |
| XYZ | 35.45 | 32.53 | 29.22 | - |
| YUV | 156.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 140 | 0 | 0.23 | 0.26 | 0.26 | 5 | 0.26 | 0.64 |
| Hex | BC | 90 | 8C | 0 | 17 | 1A | 1A | 5 | 1A | 40 |
| Octal | 274 | 220 | 214 | 0 | 27 | 32 | 32 | 5 | 32 | 100 |
| Binary | 10111100 | 10010000 | 10001100 | 0 | 10111 | 11010 | 11010 | 101 | 11010 | 1000000 |
Color Harmonies of #BC908C
Complementary color
Monochromatic Colors of #BC908C
Black with #BC908C
Text Example
Text Example
White with #BC908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC908C; }
p { color: rgb(188,144,140); }
H1.HeaderClassName
{
color: #BC908C;
}
.AnyTagClassName
{
color: #BC908C;
}
</style>
background-color css
<style>
a { background-color: #BC908C; }
a { background-color: rgb(188,144,140); }
div.DivClassName
{
background-color: #BC908C;
}
.BgClassName
{
background-color: #BC908C;
}
</style>
border-color css
<style>
span { border-color: #BC908C; }
span { border-color: rgb(188,144,140); }
td.TdClassName
{
border-color: #BC908C;
}
.TagClassName
{
border-color: #BC908C;
}
</style>