Shades of Scandal #B0DCD9
Tints of Scandal #B0DCD9
RGB
CMYK
RGB Variations
Color information
#B0DCD9 (or 0xB0DCD9) is known color: Scandal. HEX triplet: B0, DC and D9. RGB value is (176,220,217). Sum of RGB (Red+Green+Blue) = 176+220+217=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCD9 is #4F2326. Grayscale: #CECECE. Windows color (decimal): -5186343 or 14277808. OLE color: 14277808.
HSL color Cylindrical-coordinate representation of color #B0DCD9: hue angle of 175.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCD9 is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 217 | - |
| CMYK | 0.2 | 0 | 0.01 | 0.14 |
| HSL | 175.91º | 0.39% | 0.78% | - |
| HSV(B) | 175.91º | 0.2% | 0.86% | - |
| XYZ | 56.02 | 65.43 | 75.32 | - |
| YUV | 206.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 217 | 0.2 | 0 | 0.01 | 0.14 | 175.91 | 0.39 | 0.78 |
| Hex | B0 | DC | D9 | 14 | 0 | 1 | E | B0 | 27 | 4E |
| Octal | 260 | 334 | 331 | 24 | 0 | 1 | 16 | 260 | 47 | 116 |
| Binary | 10110000 | 11011100 | 11011001 | 10100 | 0 | 1 | 1110 | 10110000 | 100111 | 1001110 |
Color Harmonies of #B0DCD9
Complementary color
Monochromatic Colors of #B0DCD9
Black with #B0DCD9
Text Example
Text Example
White with #B0DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCD9; }
p { color: rgb(176,220,217); }
H1.HeaderClassName
{
color: #B0DCD9;
}
.AnyTagClassName
{
color: #B0DCD9;
}
</style>
background-color css
<style>
a { background-color: #B0DCD9; }
a { background-color: rgb(176,220,217); }
div.DivClassName
{
background-color: #B0DCD9;
}
.BgClassName
{
background-color: #B0DCD9;
}
</style>
border-color css
<style>
span { border-color: #B0DCD9; }
span { border-color: rgb(176,220,217); }
td.TdClassName
{
border-color: #B0DCD9;
}
.TagClassName
{
border-color: #B0DCD9;
}
</style>