Shades of Scandal #B3DDD8
Tints of Scandal #B3DDD8
RGB
CMYK
RGB Variations
Color information
#B3DDD8 (or 0xB3DDD8) is known color: Scandal. HEX triplet: B3, DD and D8. RGB value is (179,221,216). Sum of RGB (Red+Green+Blue) = 179+221+216=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDD8 is #4C2227. Grayscale: #CFCFCF. Windows color (decimal): -4989480 or 14212531. OLE color: 14212531.
HSL color Cylindrical-coordinate representation of color #B3DDD8: hue angle of 172.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DDD8 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 216 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.13 |
| HSL | 172.86º | 0.38% | 0.78% | - |
| HSV(B) | 172.86º | 0.19% | 0.87% | - |
| XYZ | 56.84 | 66.25 | 74.76 | - |
| YUV | 207.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 216 | 0.19 | 0 | 0.02 | 0.13 | 172.86 | 0.38 | 0.78 |
| Hex | B3 | DD | D8 | 13 | 0 | 2 | D | AD | 26 | 4E |
| Octal | 263 | 335 | 330 | 23 | 0 | 2 | 15 | 255 | 46 | 116 |
| Binary | 10110011 | 11011101 | 11011000 | 10011 | 0 | 10 | 1101 | 10101101 | 100110 | 1001110 |
Color Harmonies of #B3DDD8
Complementary color
Monochromatic Colors of #B3DDD8
Black with #B3DDD8
Text Example
Text Example
White with #B3DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDD8; }
p { color: rgb(179,221,216); }
H1.HeaderClassName
{
color: #B3DDD8;
}
.AnyTagClassName
{
color: #B3DDD8;
}
</style>
background-color css
<style>
a { background-color: #B3DDD8; }
a { background-color: rgb(179,221,216); }
div.DivClassName
{
background-color: #B3DDD8;
}
.BgClassName
{
background-color: #B3DDD8;
}
</style>
border-color css
<style>
span { border-color: #B3DDD8; }
span { border-color: rgb(179,221,216); }
td.TdClassName
{
border-color: #B3DDD8;
}
.TagClassName
{
border-color: #B3DDD8;
}
</style>