Shades of Scandal #BCD6D2
Tints of Scandal #BCD6D2
RGB
CMYK
RGB Variations
Color information
#BCD6D2 (or 0xBCD6D2) is known color: Scandal. HEX triplet: BC, D6 and D2. RGB value is (188,214,210). Sum of RGB (Red+Green+Blue) = 188+214+210=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6D2 is #43292D. Grayscale: #CDCDCD. Windows color (decimal): -4401454 or 13817532. OLE color: 13817532.
HSL color Cylindrical-coordinate representation of color #BCD6D2: hue angle of 170.77º 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 #BCD6D2 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 210 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.16 |
| HSL | 170.77º | 0.24% | 0.79% | - |
| HSV(B) | 170.77º | 0.12% | 0.84% | - |
| XYZ | 56.42 | 63.44 | 70.24 | - |
| YUV | 205.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 210 | 0.12 | 0 | 0.02 | 0.16 | 170.77 | 0.24 | 0.79 |
| Hex | BC | D6 | D2 | C | 0 | 2 | 10 | AB | 18 | 4F |
| Octal | 274 | 326 | 322 | 14 | 0 | 2 | 20 | 253 | 30 | 117 |
| Binary | 10111100 | 11010110 | 11010010 | 1100 | 0 | 10 | 10000 | 10101011 | 11000 | 1001111 |
Color Harmonies of #BCD6D2
Complementary color
Monochromatic Colors of #BCD6D2
Black with #BCD6D2
Text Example
Text Example
White with #BCD6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6D2; }
p { color: rgb(188,214,210); }
H1.HeaderClassName
{
color: #BCD6D2;
}
.AnyTagClassName
{
color: #BCD6D2;
}
</style>
background-color css
<style>
a { background-color: #BCD6D2; }
a { background-color: rgb(188,214,210); }
div.DivClassName
{
background-color: #BCD6D2;
}
.BgClassName
{
background-color: #BCD6D2;
}
</style>
border-color css
<style>
span { border-color: #BCD6D2; }
span { border-color: rgb(188,214,210); }
td.TdClassName
{
border-color: #BCD6D2;
}
.TagClassName
{
border-color: #BCD6D2;
}
</style>