Shades of Scandal #B8DDDB
Tints of Scandal #B8DDDB
RGB
CMYK
RGB Variations
Color information
#B8DDDB (or 0xB8DDDB) is known color: Scandal. HEX triplet: B8, DD and DB. RGB value is (184,221,219). Sum of RGB (Red+Green+Blue) = 184+221+219=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDDB is #472224. Grayscale: #D1D1D1. Windows color (decimal): -4661797 or 14409144. OLE color: 14409144.
HSL color Cylindrical-coordinate representation of color #B8DDDB: hue angle of 176.76º 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 #B8DDDB is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 219 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.13 |
| HSL | 176.76º | 0.35% | 0.79% | - |
| HSV(B) | 176.76º | 0.17% | 0.87% | - |
| XYZ | 58.41 | 67.02 | 76.88 | - |
| YUV | 209.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 219 | 0.17 | 0 | 0.01 | 0.13 | 176.76 | 0.35 | 0.79 |
| Hex | B8 | DD | DB | 11 | 0 | 1 | D | B1 | 23 | 4F |
| Octal | 270 | 335 | 333 | 21 | 0 | 1 | 15 | 261 | 43 | 117 |
| Binary | 10111000 | 11011101 | 11011011 | 10001 | 0 | 1 | 1101 | 10110001 | 100011 | 1001111 |
Color Harmonies of #B8DDDB
Complementary color
Monochromatic Colors of #B8DDDB
Black with #B8DDDB
Text Example
Text Example
White with #B8DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDDB; }
p { color: rgb(184,221,219); }
H1.HeaderClassName
{
color: #B8DDDB;
}
.AnyTagClassName
{
color: #B8DDDB;
}
</style>
background-color css
<style>
a { background-color: #B8DDDB; }
a { background-color: rgb(184,221,219); }
div.DivClassName
{
background-color: #B8DDDB;
}
.BgClassName
{
background-color: #B8DDDB;
}
</style>
border-color css
<style>
span { border-color: #B8DDDB; }
span { border-color: rgb(184,221,219); }
td.TdClassName
{
border-color: #B8DDDB;
}
.TagClassName
{
border-color: #B8DDDB;
}
</style>