Shades of Scandal #B6D9D1
Tints of Scandal #B6D9D1
RGB
CMYK
RGB Variations
Color information
#B6D9D1 (or 0xB6D9D1) is known color: Scandal. HEX triplet: B6, D9 and D1. RGB value is (182,217,209). Sum of RGB (Red+Green+Blue) = 182+217+209=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D9D1 is #49262E. Grayscale: #CDCDCD. Windows color (decimal): -4793903 or 13752758. OLE color: 13752758.
HSL color Cylindrical-coordinate representation of color #B6D9D1: hue angle of 166.29º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6D9D1 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 217 | 209 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.15 |
| HSL | 166.29º | 0.32% | 0.78% | - |
| HSV(B) | 166.29º | 0.16% | 0.85% | - |
| XYZ | 55.61 | 64.17 | 69.78 | - |
| YUV | 205.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 217 | 209 | 0.16 | 0 | 0.04 | 0.15 | 166.29 | 0.32 | 0.78 |
| Hex | B6 | D9 | D1 | 10 | 0 | 4 | F | A6 | 20 | 4E |
| Octal | 266 | 331 | 321 | 20 | 0 | 4 | 17 | 246 | 40 | 116 |
| Binary | 10110110 | 11011001 | 11010001 | 10000 | 0 | 100 | 1111 | 10100110 | 100000 | 1001110 |
Color Harmonies of #B6D9D1
Complementary color
Monochromatic Colors of #B6D9D1
Black with #B6D9D1
Text Example
Text Example
White with #B6D9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D9D1; }
p { color: rgb(182,217,209); }
H1.HeaderClassName
{
color: #B6D9D1;
}
.AnyTagClassName
{
color: #B6D9D1;
}
</style>
background-color css
<style>
a { background-color: #B6D9D1; }
a { background-color: rgb(182,217,209); }
div.DivClassName
{
background-color: #B6D9D1;
}
.BgClassName
{
background-color: #B6D9D1;
}
</style>
border-color css
<style>
span { border-color: #B6D9D1; }
span { border-color: rgb(182,217,209); }
td.TdClassName
{
border-color: #B6D9D1;
}
.TagClassName
{
border-color: #B6D9D1;
}
</style>