Shades of Scandal #B7D8D6
Tints of Scandal #B7D8D6
RGB
CMYK
RGB Variations
Color information
#B7D8D6 (or 0xB7D8D6) is known color: Scandal. HEX triplet: B7, D8 and D6. RGB value is (183,216,214). Sum of RGB (Red+Green+Blue) = 183+216+214=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8D6 is #482729. Grayscale: #CDCDCD. Windows color (decimal): -4728618 or 14080183. OLE color: 14080183.
HSL color Cylindrical-coordinate representation of color #B7D8D6: hue angle of 176.36º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D8D6 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 214 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.15 |
| HSL | 176.36º | 0.3% | 0.78% | - |
| HSV(B) | 176.36º | 0.15% | 0.85% | - |
| XYZ | 56.22 | 64.03 | 73.01 | - |
| YUV | 205.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 214 | 0.15 | 0 | 0.01 | 0.15 | 176.36 | 0.3 | 0.78 |
| Hex | B7 | D8 | D6 | F | 0 | 1 | F | B0 | 1E | 4E |
| Octal | 267 | 330 | 326 | 17 | 0 | 1 | 17 | 260 | 36 | 116 |
| Binary | 10110111 | 11011000 | 11010110 | 1111 | 0 | 1 | 1111 | 10110000 | 11110 | 1001110 |
Color Harmonies of #B7D8D6
Complementary color
Monochromatic Colors of #B7D8D6
Black with #B7D8D6
Text Example
Text Example
White with #B7D8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D8D6; }
p { color: rgb(183,216,214); }
H1.HeaderClassName
{
color: #B7D8D6;
}
.AnyTagClassName
{
color: #B7D8D6;
}
</style>
background-color css
<style>
a { background-color: #B7D8D6; }
a { background-color: rgb(183,216,214); }
div.DivClassName
{
background-color: #B7D8D6;
}
.BgClassName
{
background-color: #B7D8D6;
}
</style>
border-color css
<style>
span { border-color: #B7D8D6; }
span { border-color: rgb(183,216,214); }
td.TdClassName
{
border-color: #B7D8D6;
}
.TagClassName
{
border-color: #B7D8D6;
}
</style>