Shades of Scandal #B9D8D6
Tints of Scandal #B9D8D6
RGB
CMYK
RGB Variations
Color information
#B9D8D6 (or 0xB9D8D6) is known color: Scandal. HEX triplet: B9, D8 and D6. RGB value is (185,216,214). Sum of RGB (Red+Green+Blue) = 185+216+214=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8D6 is #462729. Grayscale: #CECECE. Windows color (decimal): -4597546 or 14080185. OLE color: 14080185.
HSL color Cylindrical-coordinate representation of color #B9D8D6: hue angle of 176.13º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D8D6 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 214 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.15 |
| HSL | 176.13º | 0.28% | 0.79% | - |
| HSV(B) | 176.13º | 0.14% | 0.85% | - |
| XYZ | 56.7 | 64.28 | 73.04 | - |
| YUV | 206.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 214 | 0.14 | 0 | 0.01 | 0.15 | 176.13 | 0.28 | 0.79 |
| Hex | B9 | D8 | D6 | E | 0 | 1 | F | B0 | 1C | 4F |
| Octal | 271 | 330 | 326 | 16 | 0 | 1 | 17 | 260 | 34 | 117 |
| Binary | 10111001 | 11011000 | 11010110 | 1110 | 0 | 1 | 1111 | 10110000 | 11100 | 1001111 |
Color Harmonies of #B9D8D6
Complementary color
Monochromatic Colors of #B9D8D6
Black with #B9D8D6
Text Example
Text Example
White with #B9D8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8D6; }
p { color: rgb(185,216,214); }
H1.HeaderClassName
{
color: #B9D8D6;
}
.AnyTagClassName
{
color: #B9D8D6;
}
</style>
background-color css
<style>
a { background-color: #B9D8D6; }
a { background-color: rgb(185,216,214); }
div.DivClassName
{
background-color: #B9D8D6;
}
.BgClassName
{
background-color: #B9D8D6;
}
</style>
border-color css
<style>
span { border-color: #B9D8D6; }
span { border-color: rgb(185,216,214); }
td.TdClassName
{
border-color: #B9D8D6;
}
.TagClassName
{
border-color: #B9D8D6;
}
</style>