Shades of Scandal #BCD7D3
Tints of Scandal #BCD7D3
RGB
CMYK
RGB Variations
Color information
#BCD7D3 (or 0xBCD7D3) is known color: Scandal. HEX triplet: BC, D7 and D3. RGB value is (188,215,211). Sum of RGB (Red+Green+Blue) = 188+215+211=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7D3 is #43282C. Grayscale: #CECECE. Windows color (decimal): -4401197 or 13883324. OLE color: 13883324.
HSL color Cylindrical-coordinate representation of color #BCD7D3: hue angle of 171.11º 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 #BCD7D3 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 211 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.16 |
| HSL | 171.11º | 0.25% | 0.79% | - |
| HSV(B) | 171.11º | 0.13% | 0.84% | - |
| XYZ | 56.8 | 64 | 70.99 | - |
| YUV | 206.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 211 | 0.13 | 0 | 0.02 | 0.16 | 171.11 | 0.25 | 0.79 |
| Hex | BC | D7 | D3 | D | 0 | 2 | 10 | AB | 19 | 4F |
| Octal | 274 | 327 | 323 | 15 | 0 | 2 | 20 | 253 | 31 | 117 |
| Binary | 10111100 | 11010111 | 11010011 | 1101 | 0 | 10 | 10000 | 10101011 | 11001 | 1001111 |
Color Harmonies of #BCD7D3
Complementary color
Monochromatic Colors of #BCD7D3
Black with #BCD7D3
Text Example
Text Example
White with #BCD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7D3; }
p { color: rgb(188,215,211); }
H1.HeaderClassName
{
color: #BCD7D3;
}
.AnyTagClassName
{
color: #BCD7D3;
}
</style>
background-color css
<style>
a { background-color: #BCD7D3; }
a { background-color: rgb(188,215,211); }
div.DivClassName
{
background-color: #BCD7D3;
}
.BgClassName
{
background-color: #BCD7D3;
}
</style>
border-color css
<style>
span { border-color: #BCD7D3; }
span { border-color: rgb(188,215,211); }
td.TdClassName
{
border-color: #BCD7D3;
}
.TagClassName
{
border-color: #BCD7D3;
}
</style>