Shades of Scandal #B7DDD8
Tints of Scandal #B7DDD8
RGB
CMYK
RGB Variations
Color information
#B7DDD8 (or 0xB7DDD8) is known color: Scandal. HEX triplet: B7, DD and D8. RGB value is (183,221,216). Sum of RGB (Red+Green+Blue) = 183+221+216=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDD8 is #482227. Grayscale: #D1D1D1. Windows color (decimal): -4727336 or 14212535. OLE color: 14212535.
HSL color Cylindrical-coordinate representation of color #B7DDD8: hue angle of 172.11º degrees, saturation: 0.36, 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 #B7DDD8 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 216 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.13 |
| HSL | 172.11º | 0.36% | 0.79% | - |
| HSV(B) | 172.11º | 0.17% | 0.87% | - |
| XYZ | 57.78 | 66.74 | 74.8 | - |
| YUV | 209.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 216 | 0.17 | 0 | 0.02 | 0.13 | 172.11 | 0.36 | 0.79 |
| Hex | B7 | DD | D8 | 11 | 0 | 2 | D | AC | 24 | 4F |
| Octal | 267 | 335 | 330 | 21 | 0 | 2 | 15 | 254 | 44 | 117 |
| Binary | 10110111 | 11011101 | 11011000 | 10001 | 0 | 10 | 1101 | 10101100 | 100100 | 1001111 |
Color Harmonies of #B7DDD8
Complementary color
Monochromatic Colors of #B7DDD8
Black with #B7DDD8
Text Example
Text Example
White with #B7DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DDD8; }
p { color: rgb(183,221,216); }
H1.HeaderClassName
{
color: #B7DDD8;
}
.AnyTagClassName
{
color: #B7DDD8;
}
</style>
background-color css
<style>
a { background-color: #B7DDD8; }
a { background-color: rgb(183,221,216); }
div.DivClassName
{
background-color: #B7DDD8;
}
.BgClassName
{
background-color: #B7DDD8;
}
</style>
border-color css
<style>
span { border-color: #B7DDD8; }
span { border-color: rgb(183,221,216); }
td.TdClassName
{
border-color: #B7DDD8;
}
.TagClassName
{
border-color: #B7DDD8;
}
</style>