Shades of Scandal #BCD8D4
Tints of Scandal #BCD8D4
RGB
CMYK
RGB Variations
Color information
#BCD8D4 (or 0xBCD8D4) is known color: Scandal. HEX triplet: BC, D8 and D4. RGB value is (188,216,212). Sum of RGB (Red+Green+Blue) = 188+216+212=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8D4 is #43272B. Grayscale: #CFCFCF. Windows color (decimal): -4400940 or 13949116. OLE color: 13949116.
HSL color Cylindrical-coordinate representation of color #BCD8D4: hue angle of 171.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD8D4 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 212 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.15 |
| HSL | 171.43º | 0.26% | 0.79% | - |
| HSV(B) | 171.43º | 0.13% | 0.85% | - |
| XYZ | 57.18 | 64.56 | 71.73 | - |
| YUV | 207.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 212 | 0.13 | 0 | 0.02 | 0.15 | 171.43 | 0.26 | 0.79 |
| Hex | BC | D8 | D4 | D | 0 | 2 | F | AB | 1A | 4F |
| Octal | 274 | 330 | 324 | 15 | 0 | 2 | 17 | 253 | 32 | 117 |
| Binary | 10111100 | 11011000 | 11010100 | 1101 | 0 | 10 | 1111 | 10101011 | 11010 | 1001111 |
Color Harmonies of #BCD8D4
Complementary color
Monochromatic Colors of #BCD8D4
Black with #BCD8D4
Text Example
Text Example
White with #BCD8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8D4; }
p { color: rgb(188,216,212); }
H1.HeaderClassName
{
color: #BCD8D4;
}
.AnyTagClassName
{
color: #BCD8D4;
}
</style>
background-color css
<style>
a { background-color: #BCD8D4; }
a { background-color: rgb(188,216,212); }
div.DivClassName
{
background-color: #BCD8D4;
}
.BgClassName
{
background-color: #BCD8D4;
}
</style>
border-color css
<style>
span { border-color: #BCD8D4; }
span { border-color: rgb(188,216,212); }
td.TdClassName
{
border-color: #BCD8D4;
}
.TagClassName
{
border-color: #BCD8D4;
}
</style>