Shades of Scandal #BCD7D4
Tints of Scandal #BCD7D4
RGB
CMYK
RGB Variations
Color information
#BCD7D4 (or 0xBCD7D4) is known color: Scandal. HEX triplet: BC, D7 and D4. RGB value is (188,215,212). Sum of RGB (Red+Green+Blue) = 188+215+212=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7D4 is #43282B. Grayscale: #CECECE. Windows color (decimal): -4401196 or 13948860. OLE color: 13948860.
HSL color Cylindrical-coordinate representation of color #BCD7D4: hue angle of 173.33º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD7D4 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 212 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.16 |
| HSL | 173.33º | 0.25% | 0.79% | - |
| HSV(B) | 173.33º | 0.13% | 0.84% | - |
| XYZ | 56.92 | 64.05 | 71.65 | - |
| YUV | 206.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 212 | 0.13 | 0 | 0.01 | 0.16 | 173.33 | 0.25 | 0.79 |
| Hex | BC | D7 | D4 | D | 0 | 1 | 10 | AD | 19 | 4F |
| Octal | 274 | 327 | 324 | 15 | 0 | 1 | 20 | 255 | 31 | 117 |
| Binary | 10111100 | 11010111 | 11010100 | 1101 | 0 | 1 | 10000 | 10101101 | 11001 | 1001111 |
Color Harmonies of #BCD7D4
Complementary color
Monochromatic Colors of #BCD7D4
Black with #BCD7D4
Text Example
Text Example
White with #BCD7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7D4; }
p { color: rgb(188,215,212); }
H1.HeaderClassName
{
color: #BCD7D4;
}
.AnyTagClassName
{
color: #BCD7D4;
}
</style>
background-color css
<style>
a { background-color: #BCD7D4; }
a { background-color: rgb(188,215,212); }
div.DivClassName
{
background-color: #BCD7D4;
}
.BgClassName
{
background-color: #BCD7D4;
}
</style>
border-color css
<style>
span { border-color: #BCD7D4; }
span { border-color: rgb(188,215,212); }
td.TdClassName
{
border-color: #BCD7D4;
}
.TagClassName
{
border-color: #BCD7D4;
}
</style>