Shades of Scandal #B6D8D1
Tints of Scandal #B6D8D1
RGB
CMYK
RGB Variations
Color information
#B6D8D1 (or 0xB6D8D1) is known color: Scandal. HEX triplet: B6, D8 and D1. RGB value is (182,216,209). Sum of RGB (Red+Green+Blue) = 182+216+209=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8D1 is #49272E. Grayscale: #CDCDCD. Windows color (decimal): -4794159 or 13752502. OLE color: 13752502.
HSL color Cylindrical-coordinate representation of color #B6D8D1: hue angle of 167.65º degrees, saturation: 0.3, 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 #B6D8D1 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 216 | 209 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.15 |
| HSL | 167.65º | 0.3% | 0.78% | - |
| HSV(B) | 167.65º | 0.16% | 0.85% | - |
| XYZ | 55.36 | 63.66 | 69.69 | - |
| YUV | 205.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 216 | 209 | 0.16 | 0 | 0.03 | 0.15 | 167.65 | 0.3 | 0.78 |
| Hex | B6 | D8 | D1 | 10 | 0 | 3 | F | A8 | 1E | 4E |
| Octal | 266 | 330 | 321 | 20 | 0 | 3 | 17 | 250 | 36 | 116 |
| Binary | 10110110 | 11011000 | 11010001 | 10000 | 0 | 11 | 1111 | 10101000 | 11110 | 1001110 |
Color Harmonies of #B6D8D1
Complementary color
Monochromatic Colors of #B6D8D1
Black with #B6D8D1
Text Example
Text Example
White with #B6D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D8D1; }
p { color: rgb(182,216,209); }
H1.HeaderClassName
{
color: #B6D8D1;
}
.AnyTagClassName
{
color: #B6D8D1;
}
</style>
background-color css
<style>
a { background-color: #B6D8D1; }
a { background-color: rgb(182,216,209); }
div.DivClassName
{
background-color: #B6D8D1;
}
.BgClassName
{
background-color: #B6D8D1;
}
</style>
border-color css
<style>
span { border-color: #B6D8D1; }
span { border-color: rgb(182,216,209); }
td.TdClassName
{
border-color: #B6D8D1;
}
.TagClassName
{
border-color: #B6D8D1;
}
</style>