Shades of Scandal #B8DCD8
Tints of Scandal #B8DCD8
RGB
CMYK
RGB Variations
Color information
#B8DCD8 (or 0xB8DCD8) is known color: Scandal. HEX triplet: B8, DC and D8. RGB value is (184,220,216). Sum of RGB (Red+Green+Blue) = 184+220+216=620 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.68% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCD8 is #472327. Grayscale: #D0D0D0. Windows color (decimal): -4662056 or 14212280. OLE color: 14212280.
HSL color Cylindrical-coordinate representation of color #B8DCD8: hue angle of 173.33º degrees, saturation: 0.34, 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 #B8DCD8 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 216 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.14 |
| HSL | 173.33º | 0.34% | 0.79% | - |
| HSV(B) | 173.33º | 0.16% | 0.86% | - |
| XYZ | 57.76 | 66.33 | 74.73 | - |
| YUV | 208.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 216 | 0.16 | 0 | 0.02 | 0.14 | 173.33 | 0.34 | 0.79 |
| Hex | B8 | DC | D8 | 10 | 0 | 2 | E | AD | 22 | 4F |
| Octal | 270 | 334 | 330 | 20 | 0 | 2 | 16 | 255 | 42 | 117 |
| Binary | 10111000 | 11011100 | 11011000 | 10000 | 0 | 10 | 1110 | 10101101 | 100010 | 1001111 |
Color Harmonies of #B8DCD8
Complementary color
Monochromatic Colors of #B8DCD8
Black with #B8DCD8
Text Example
Text Example
White with #B8DCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCD8; }
p { color: rgb(184,220,216); }
H1.HeaderClassName
{
color: #B8DCD8;
}
.AnyTagClassName
{
color: #B8DCD8;
}
</style>
background-color css
<style>
a { background-color: #B8DCD8; }
a { background-color: rgb(184,220,216); }
div.DivClassName
{
background-color: #B8DCD8;
}
.BgClassName
{
background-color: #B8DCD8;
}
</style>
border-color css
<style>
span { border-color: #B8DCD8; }
span { border-color: rgb(184,220,216); }
td.TdClassName
{
border-color: #B8DCD8;
}
.TagClassName
{
border-color: #B8DCD8;
}
</style>