Shades of Scandal #BCD6D4
Tints of Scandal #BCD6D4
RGB
CMYK
RGB Variations
Color information
#BCD6D4 (or 0xBCD6D4) is known color: Scandal. HEX triplet: BC, D6 and D4. RGB value is (188,214,212). Sum of RGB (Red+Green+Blue) = 188+214+212=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6D4 is #43292B. Grayscale: #CDCDCD. Windows color (decimal): -4401452 or 13948604. OLE color: 13948604.
HSL color Cylindrical-coordinate representation of color #BCD6D4: hue angle of 175.38º degrees, saturation: 0.24, 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 #BCD6D4 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 212 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.16 |
| HSL | 175.38º | 0.24% | 0.79% | - |
| HSV(B) | 175.38º | 0.12% | 0.84% | - |
| XYZ | 56.67 | 63.54 | 71.56 | - |
| YUV | 206 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 212 | 0.12 | 0 | 0.01 | 0.16 | 175.38 | 0.24 | 0.79 |
| Hex | BC | D6 | D4 | C | 0 | 1 | 10 | AF | 18 | 4F |
| Octal | 274 | 326 | 324 | 14 | 0 | 1 | 20 | 257 | 30 | 117 |
| Binary | 10111100 | 11010110 | 11010100 | 1100 | 0 | 1 | 10000 | 10101111 | 11000 | 1001111 |
Color Harmonies of #BCD6D4
Complementary color
Monochromatic Colors of #BCD6D4
Black with #BCD6D4
Text Example
Text Example
White with #BCD6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6D4; }
p { color: rgb(188,214,212); }
H1.HeaderClassName
{
color: #BCD6D4;
}
.AnyTagClassName
{
color: #BCD6D4;
}
</style>
background-color css
<style>
a { background-color: #BCD6D4; }
a { background-color: rgb(188,214,212); }
div.DivClassName
{
background-color: #BCD6D4;
}
.BgClassName
{
background-color: #BCD6D4;
}
</style>
border-color css
<style>
span { border-color: #BCD6D4; }
span { border-color: rgb(188,214,212); }
td.TdClassName
{
border-color: #BCD6D4;
}
.TagClassName
{
border-color: #BCD6D4;
}
</style>