Shades of Scandal #B7D9D1
Tints of Scandal #B7D9D1
RGB
CMYK
RGB Variations
Color information
#B7D9D1 (or 0xB7D9D1) is known color: Scandal. HEX triplet: B7, D9 and D1. RGB value is (183,217,209). Sum of RGB (Red+Green+Blue) = 183+217+209=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9D1 is #48262E. Grayscale: #CDCDCD. Windows color (decimal): -4728367 or 13752759. OLE color: 13752759.
HSL color Cylindrical-coordinate representation of color #B7D9D1: hue angle of 165.88º degrees, saturation: 0.31, 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 #B7D9D1 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 209 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.15 |
| HSL | 165.88º | 0.31% | 0.78% | - |
| HSV(B) | 165.88º | 0.16% | 0.85% | - |
| XYZ | 55.85 | 64.3 | 69.79 | - |
| YUV | 205.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 209 | 0.16 | 0 | 0.04 | 0.15 | 165.88 | 0.31 | 0.78 |
| Hex | B7 | D9 | D1 | 10 | 0 | 4 | F | A6 | 1F | 4E |
| Octal | 267 | 331 | 321 | 20 | 0 | 4 | 17 | 246 | 37 | 116 |
| Binary | 10110111 | 11011001 | 11010001 | 10000 | 0 | 100 | 1111 | 10100110 | 11111 | 1001110 |
Color Harmonies of #B7D9D1
Complementary color
Monochromatic Colors of #B7D9D1
Black with #B7D9D1
Text Example
Text Example
White with #B7D9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D9D1; }
p { color: rgb(183,217,209); }
H1.HeaderClassName
{
color: #B7D9D1;
}
.AnyTagClassName
{
color: #B7D9D1;
}
</style>
background-color css
<style>
a { background-color: #B7D9D1; }
a { background-color: rgb(183,217,209); }
div.DivClassName
{
background-color: #B7D9D1;
}
.BgClassName
{
background-color: #B7D9D1;
}
</style>
border-color css
<style>
span { border-color: #B7D9D1; }
span { border-color: rgb(183,217,209); }
td.TdClassName
{
border-color: #B7D9D1;
}
.TagClassName
{
border-color: #B7D9D1;
}
</style>