Shades of Scandal #BCDCD9
Tints of Scandal #BCDCD9
RGB
CMYK
RGB Variations
Color information
#BCDCD9 (or 0xBCDCD9) is known color: Scandal. HEX triplet: BC, DC and D9. RGB value is (188,220,217). Sum of RGB (Red+Green+Blue) = 188+220+217=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCD9 is #432326. Grayscale: #D2D2D2. Windows color (decimal): -4399911 or 14277820. OLE color: 14277820.
HSL color Cylindrical-coordinate representation of color #BCDCD9: hue angle of 174.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDCD9 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 217 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.14 |
| HSL | 174.38º | 0.31% | 0.8% | - |
| HSV(B) | 174.38º | 0.15% | 0.86% | - |
| XYZ | 58.86 | 66.89 | 75.45 | - |
| YUV | 210.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 217 | 0.15 | 0 | 0.01 | 0.14 | 174.38 | 0.31 | 0.8 |
| Hex | BC | DC | D9 | F | 0 | 1 | E | AE | 1F | 50 |
| Octal | 274 | 334 | 331 | 17 | 0 | 1 | 16 | 256 | 37 | 120 |
| Binary | 10111100 | 11011100 | 11011001 | 1111 | 0 | 1 | 1110 | 10101110 | 11111 | 1010000 |
Color Harmonies of #BCDCD9
Complementary color
Monochromatic Colors of #BCDCD9
Black with #BCDCD9
Text Example
Text Example
White with #BCDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCD9; }
p { color: rgb(188,220,217); }
H1.HeaderClassName
{
color: #BCDCD9;
}
.AnyTagClassName
{
color: #BCDCD9;
}
</style>
background-color css
<style>
a { background-color: #BCDCD9; }
a { background-color: rgb(188,220,217); }
div.DivClassName
{
background-color: #BCDCD9;
}
.BgClassName
{
background-color: #BCDCD9;
}
</style>
border-color css
<style>
span { border-color: #BCDCD9; }
span { border-color: rgb(188,220,217); }
td.TdClassName
{
border-color: #BCDCD9;
}
.TagClassName
{
border-color: #BCDCD9;
}
</style>