Shades of Scandal #B0DED8
Tints of Scandal #B0DED8
RGB
CMYK
RGB Variations
Color information
#B0DED8 (or 0xB0DED8) is known color: Scandal. HEX triplet: B0, DE and D8. RGB value is (176,222,216). Sum of RGB (Red+Green+Blue) = 176+222+216=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DED8 is #4F2127. Grayscale: #CFCFCF. Windows color (decimal): -5185832 or 14212784. OLE color: 14212784.
HSL color Cylindrical-coordinate representation of color #B0DED8: hue angle of 172.17º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DED8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 216 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.13 |
| HSL | 172.17º | 0.41% | 0.78% | - |
| HSV(B) | 172.17º | 0.21% | 0.87% | - |
| XYZ | 56.42 | 66.43 | 74.81 | - |
| YUV | 207.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 216 | 0.21 | 0 | 0.03 | 0.13 | 172.17 | 0.41 | 0.78 |
| Hex | B0 | DE | D8 | 15 | 0 | 3 | D | AC | 29 | 4E |
| Octal | 260 | 336 | 330 | 25 | 0 | 3 | 15 | 254 | 51 | 116 |
| Binary | 10110000 | 11011110 | 11011000 | 10101 | 0 | 11 | 1101 | 10101100 | 101001 | 1001110 |
Color Harmonies of #B0DED8
Complementary color
Monochromatic Colors of #B0DED8
Black with #B0DED8
Text Example
Text Example
White with #B0DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DED8; }
p { color: rgb(176,222,216); }
H1.HeaderClassName
{
color: #B0DED8;
}
.AnyTagClassName
{
color: #B0DED8;
}
</style>
background-color css
<style>
a { background-color: #B0DED8; }
a { background-color: rgb(176,222,216); }
div.DivClassName
{
background-color: #B0DED8;
}
.BgClassName
{
background-color: #B0DED8;
}
</style>
border-color css
<style>
span { border-color: #B0DED8; }
span { border-color: rgb(176,222,216); }
td.TdClassName
{
border-color: #B0DED8;
}
.TagClassName
{
border-color: #B0DED8;
}
</style>