Shades of Scandal #BDDAD6
Tints of Scandal #BDDAD6
RGB
CMYK
RGB Variations
Color information
#BDDAD6 (or 0xBDDAD6) is known color: Scandal. HEX triplet: BD, DA and D6. RGB value is (189,218,214). Sum of RGB (Red+Green+Blue) = 189+218+214=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD6 is #422529. Grayscale: #D0D0D0. Windows color (decimal): -4334890 or 14080701. OLE color: 14080701.
HSL color Cylindrical-coordinate representation of color #BDDAD6: hue angle of 171.72º degrees, saturation: 0.28, 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 #BDDAD6 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 214 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.15 |
| HSL | 171.72º | 0.28% | 0.8% | - |
| HSV(B) | 171.72º | 0.13% | 0.85% | - |
| XYZ | 58.2 | 65.82 | 73.26 | - |
| YUV | 208.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 214 | 0.13 | 0 | 0.02 | 0.15 | 171.72 | 0.28 | 0.8 |
| Hex | BD | DA | D6 | D | 0 | 2 | F | AC | 1C | 50 |
| Octal | 275 | 332 | 326 | 15 | 0 | 2 | 17 | 254 | 34 | 120 |
| Binary | 10111101 | 11011010 | 11010110 | 1101 | 0 | 10 | 1111 | 10101100 | 11100 | 1010000 |
Color Harmonies of #BDDAD6
Complementary color
Monochromatic Colors of #BDDAD6
Black with #BDDAD6
Text Example
Text Example
White with #BDDAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAD6; }
p { color: rgb(189,218,214); }
H1.HeaderClassName
{
color: #BDDAD6;
}
.AnyTagClassName
{
color: #BDDAD6;
}
</style>
background-color css
<style>
a { background-color: #BDDAD6; }
a { background-color: rgb(189,218,214); }
div.DivClassName
{
background-color: #BDDAD6;
}
.BgClassName
{
background-color: #BDDAD6;
}
</style>
border-color css
<style>
span { border-color: #BDDAD6; }
span { border-color: rgb(189,218,214); }
td.TdClassName
{
border-color: #BDDAD6;
}
.TagClassName
{
border-color: #BDDAD6;
}
</style>