Shades of Scandal #B8DDDA
Tints of Scandal #B8DDDA
RGB
CMYK
RGB Variations
Color information
#B8DDDA (or 0xB8DDDA) is known color: Scandal. HEX triplet: B8, DD and DA. RGB value is (184,221,218). Sum of RGB (Red+Green+Blue) = 184+221+218=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDDA is #472225. Grayscale: #D1D1D1. Windows color (decimal): -4661798 or 14343608. OLE color: 14343608.
HSL color Cylindrical-coordinate representation of color #B8DDDA: hue angle of 175.14º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DDDA is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 218 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.13 |
| HSL | 175.14º | 0.35% | 0.79% | - |
| HSV(B) | 175.14º | 0.17% | 0.87% | - |
| XYZ | 58.28 | 66.97 | 76.18 | - |
| YUV | 209.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 218 | 0.17 | 0 | 0.01 | 0.13 | 175.14 | 0.35 | 0.79 |
| Hex | B8 | DD | DA | 11 | 0 | 1 | D | AF | 23 | 4F |
| Octal | 270 | 335 | 332 | 21 | 0 | 1 | 15 | 257 | 43 | 117 |
| Binary | 10111000 | 11011101 | 11011010 | 10001 | 0 | 1 | 1101 | 10101111 | 100011 | 1001111 |
Color Harmonies of #B8DDDA
Complementary color
Monochromatic Colors of #B8DDDA
Black with #B8DDDA
Text Example
Text Example
White with #B8DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDDA; }
p { color: rgb(184,221,218); }
H1.HeaderClassName
{
color: #B8DDDA;
}
.AnyTagClassName
{
color: #B8DDDA;
}
</style>
background-color css
<style>
a { background-color: #B8DDDA; }
a { background-color: rgb(184,221,218); }
div.DivClassName
{
background-color: #B8DDDA;
}
.BgClassName
{
background-color: #B8DDDA;
}
</style>
border-color css
<style>
span { border-color: #B8DDDA; }
span { border-color: rgb(184,221,218); }
td.TdClassName
{
border-color: #B8DDDA;
}
.TagClassName
{
border-color: #B8DDDA;
}
</style>