Shades of Scandal #BCDBD7
Tints of Scandal #BCDBD7
RGB
CMYK
RGB Variations
Color information
#BCDBD7 (or 0xBCDBD7) is known color: Scandal. HEX triplet: BC, DB and D7. RGB value is (188,219,215). Sum of RGB (Red+Green+Blue) = 188+219+215=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBD7 is #432428. Grayscale: #D1D1D1. Windows color (decimal): -4400169 or 14146492. OLE color: 14146492.
HSL color Cylindrical-coordinate representation of color #BCDBD7: hue angle of 172.26º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBD7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 215 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.14 |
| HSL | 172.26º | 0.3% | 0.8% | - |
| HSV(B) | 172.26º | 0.14% | 0.86% | - |
| XYZ | 58.34 | 66.26 | 74 | - |
| YUV | 209.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 215 | 0.14 | 0 | 0.02 | 0.14 | 172.26 | 0.3 | 0.8 |
| Hex | BC | DB | D7 | E | 0 | 2 | E | AC | 1E | 50 |
| Octal | 274 | 333 | 327 | 16 | 0 | 2 | 16 | 254 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11010111 | 1110 | 0 | 10 | 1110 | 10101100 | 11110 | 1010000 |
Color Harmonies of #BCDBD7
Complementary color
Monochromatic Colors of #BCDBD7
Black with #BCDBD7
Text Example
Text Example
White with #BCDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBD7; }
p { color: rgb(188,219,215); }
H1.HeaderClassName
{
color: #BCDBD7;
}
.AnyTagClassName
{
color: #BCDBD7;
}
</style>
background-color css
<style>
a { background-color: #BCDBD7; }
a { background-color: rgb(188,219,215); }
div.DivClassName
{
background-color: #BCDBD7;
}
.BgClassName
{
background-color: #BCDBD7;
}
</style>
border-color css
<style>
span { border-color: #BCDBD7; }
span { border-color: rgb(188,219,215); }
td.TdClassName
{
border-color: #BCDBD7;
}
.TagClassName
{
border-color: #BCDBD7;
}
</style>