Shades of Scandal #B8DDD8
Tints of Scandal #B8DDD8
RGB
CMYK
RGB Variations
Color information
#B8DDD8 (or 0xB8DDD8) is known color: Scandal. HEX triplet: B8, DD and D8. RGB value is (184,221,216). Sum of RGB (Red+Green+Blue) = 184+221+216=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDD8 is #472227. Grayscale: #D1D1D1. Windows color (decimal): -4661800 or 14212536. OLE color: 14212536.
HSL color Cylindrical-coordinate representation of color #B8DDD8: hue angle of 171.89º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DDD8 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 216 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.13 |
| HSL | 171.89º | 0.35% | 0.79% | - |
| HSV(B) | 171.89º | 0.17% | 0.87% | - |
| XYZ | 58.02 | 66.86 | 74.81 | - |
| YUV | 209.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 216 | 0.17 | 0 | 0.02 | 0.13 | 171.89 | 0.35 | 0.79 |
| Hex | B8 | DD | D8 | 11 | 0 | 2 | D | AC | 23 | 4F |
| Octal | 270 | 335 | 330 | 21 | 0 | 2 | 15 | 254 | 43 | 117 |
| Binary | 10111000 | 11011101 | 11011000 | 10001 | 0 | 10 | 1101 | 10101100 | 100011 | 1001111 |
Color Harmonies of #B8DDD8
Complementary color
Monochromatic Colors of #B8DDD8
Black with #B8DDD8
Text Example
Text Example
White with #B8DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDD8; }
p { color: rgb(184,221,216); }
H1.HeaderClassName
{
color: #B8DDD8;
}
.AnyTagClassName
{
color: #B8DDD8;
}
</style>
background-color css
<style>
a { background-color: #B8DDD8; }
a { background-color: rgb(184,221,216); }
div.DivClassName
{
background-color: #B8DDD8;
}
.BgClassName
{
background-color: #B8DDD8;
}
</style>
border-color css
<style>
span { border-color: #B8DDD8; }
span { border-color: rgb(184,221,216); }
td.TdClassName
{
border-color: #B8DDD8;
}
.TagClassName
{
border-color: #B8DDD8;
}
</style>