Shades of Scandal #B6D7D1
Tints of Scandal #B6D7D1
RGB
CMYK
RGB Variations
Color information
#B6D7D1 (or 0xB6D7D1) is known color: Scandal. HEX triplet: B6, D7 and D1. RGB value is (182,215,209). Sum of RGB (Red+Green+Blue) = 182+215+209=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D7D1 is #49282E. Grayscale: #CCCCCC. Windows color (decimal): -4794415 or 13752246. OLE color: 13752246.
HSL color Cylindrical-coordinate representation of color #B6D7D1: hue angle of 169.09º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6D7D1 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 215 | 209 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.16 |
| HSL | 169.09º | 0.29% | 0.78% | - |
| HSV(B) | 169.09º | 0.15% | 0.84% | - |
| XYZ | 55.1 | 63.15 | 69.61 | - |
| YUV | 204.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 215 | 209 | 0.15 | 0 | 0.03 | 0.16 | 169.09 | 0.29 | 0.78 |
| Hex | B6 | D7 | D1 | F | 0 | 3 | 10 | A9 | 1D | 4E |
| Octal | 266 | 327 | 321 | 17 | 0 | 3 | 20 | 251 | 35 | 116 |
| Binary | 10110110 | 11010111 | 11010001 | 1111 | 0 | 11 | 10000 | 10101001 | 11101 | 1001110 |
Color Harmonies of #B6D7D1
Complementary color
Monochromatic Colors of #B6D7D1
Black with #B6D7D1
Text Example
Text Example
White with #B6D7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D7D1; }
p { color: rgb(182,215,209); }
H1.HeaderClassName
{
color: #B6D7D1;
}
.AnyTagClassName
{
color: #B6D7D1;
}
</style>
background-color css
<style>
a { background-color: #B6D7D1; }
a { background-color: rgb(182,215,209); }
div.DivClassName
{
background-color: #B6D7D1;
}
.BgClassName
{
background-color: #B6D7D1;
}
</style>
border-color css
<style>
span { border-color: #B6D7D1; }
span { border-color: rgb(182,215,209); }
td.TdClassName
{
border-color: #B6D7D1;
}
.TagClassName
{
border-color: #B6D7D1;
}
</style>