Shades of Scandal #B8DBD8
Tints of Scandal #B8DBD8
RGB
CMYK
RGB Variations
Color information
#B8DBD8 (or 0xB8DBD8) is known color: Scandal. HEX triplet: B8, DB and D8. RGB value is (184,219,216). Sum of RGB (Red+Green+Blue) = 184+219+216=619 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.73% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DBD8 is #472427. Grayscale: #D0D0D0. Windows color (decimal): -4662312 or 14212024. OLE color: 14212024.
HSL color Cylindrical-coordinate representation of color #B8DBD8: hue angle of 174.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DBD8 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 216 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.14 |
| HSL | 174.86º | 0.33% | 0.79% | - |
| HSV(B) | 174.86º | 0.16% | 0.86% | - |
| XYZ | 57.49 | 65.81 | 74.64 | - |
| YUV | 208.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 216 | 0.16 | 0 | 0.01 | 0.14 | 174.86 | 0.33 | 0.79 |
| Hex | B8 | DB | D8 | 10 | 0 | 1 | E | AF | 21 | 4F |
| Octal | 270 | 333 | 330 | 20 | 0 | 1 | 16 | 257 | 41 | 117 |
| Binary | 10111000 | 11011011 | 11011000 | 10000 | 0 | 1 | 1110 | 10101111 | 100001 | 1001111 |
Color Harmonies of #B8DBD8
Complementary color
Monochromatic Colors of #B8DBD8
Black with #B8DBD8
Text Example
Text Example
White with #B8DBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBD8; }
p { color: rgb(184,219,216); }
H1.HeaderClassName
{
color: #B8DBD8;
}
.AnyTagClassName
{
color: #B8DBD8;
}
</style>
background-color css
<style>
a { background-color: #B8DBD8; }
a { background-color: rgb(184,219,216); }
div.DivClassName
{
background-color: #B8DBD8;
}
.BgClassName
{
background-color: #B8DBD8;
}
</style>
border-color css
<style>
span { border-color: #B8DBD8; }
span { border-color: rgb(184,219,216); }
td.TdClassName
{
border-color: #B8DBD8;
}
.TagClassName
{
border-color: #B8DBD8;
}
</style>