Shades of Scandal #BDD9D5
Tints of Scandal #BDD9D5
RGB
CMYK
RGB Variations
Color information
#BDD9D5 (or 0xBDD9D5) is known color: Scandal. HEX triplet: BD, D9 and D5. RGB value is (189,217,213). Sum of RGB (Red+Green+Blue) = 189+217+213=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9D5 is #42262A. Grayscale: #D0D0D0. Windows color (decimal): -4335147 or 14014909. OLE color: 14014909.
HSL color Cylindrical-coordinate representation of color #BDD9D5: hue angle of 171.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD9D5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 213 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.15 |
| HSL | 171.43º | 0.27% | 0.8% | - |
| HSV(B) | 171.43º | 0.13% | 0.85% | - |
| XYZ | 57.81 | 65.25 | 72.5 | - |
| YUV | 208.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 213 | 0.13 | 0 | 0.02 | 0.15 | 171.43 | 0.27 | 0.8 |
| Hex | BD | D9 | D5 | D | 0 | 2 | F | AB | 1B | 50 |
| Octal | 275 | 331 | 325 | 15 | 0 | 2 | 17 | 253 | 33 | 120 |
| Binary | 10111101 | 11011001 | 11010101 | 1101 | 0 | 10 | 1111 | 10101011 | 11011 | 1010000 |
Color Harmonies of #BDD9D5
Complementary color
Monochromatic Colors of #BDD9D5
Black with #BDD9D5
Text Example
Text Example
White with #BDD9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9D5; }
p { color: rgb(189,217,213); }
H1.HeaderClassName
{
color: #BDD9D5;
}
.AnyTagClassName
{
color: #BDD9D5;
}
</style>
background-color css
<style>
a { background-color: #BDD9D5; }
a { background-color: rgb(189,217,213); }
div.DivClassName
{
background-color: #BDD9D5;
}
.BgClassName
{
background-color: #BDD9D5;
}
</style>
border-color css
<style>
span { border-color: #BDD9D5; }
span { border-color: rgb(189,217,213); }
td.TdClassName
{
border-color: #BDD9D5;
}
.TagClassName
{
border-color: #BDD9D5;
}
</style>