Shades of Scandal #B5D9D7
Tints of Scandal #B5D9D7
RGB
CMYK
RGB Variations
Color information
#B5D9D7 (or 0xB5D9D7) is known color: Scandal. HEX triplet: B5, D9 and D7. RGB value is (181,217,215). Sum of RGB (Red+Green+Blue) = 181+217+215=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D9D7 is #4A2628. Grayscale: #CDCDCD. Windows color (decimal): -4859433 or 14145973. OLE color: 14145973.
HSL color Cylindrical-coordinate representation of color #B5D9D7: hue angle of 176.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5D9D7 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 215 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.15 |
| HSL | 176.67º | 0.32% | 0.78% | - |
| HSV(B) | 176.67º | 0.17% | 0.85% | - |
| XYZ | 56.13 | 64.36 | 73.75 | - |
| YUV | 206.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 215 | 0.17 | 0 | 0.01 | 0.15 | 176.67 | 0.32 | 0.78 |
| Hex | B5 | D9 | D7 | 11 | 0 | 1 | F | B1 | 20 | 4E |
| Octal | 265 | 331 | 327 | 21 | 0 | 1 | 17 | 261 | 40 | 116 |
| Binary | 10110101 | 11011001 | 11010111 | 10001 | 0 | 1 | 1111 | 10110001 | 100000 | 1001110 |
Color Harmonies of #B5D9D7
Complementary color
Monochromatic Colors of #B5D9D7
Black with #B5D9D7
Text Example
Text Example
White with #B5D9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D9D7; }
p { color: rgb(181,217,215); }
H1.HeaderClassName
{
color: #B5D9D7;
}
.AnyTagClassName
{
color: #B5D9D7;
}
</style>
background-color css
<style>
a { background-color: #B5D9D7; }
a { background-color: rgb(181,217,215); }
div.DivClassName
{
background-color: #B5D9D7;
}
.BgClassName
{
background-color: #B5D9D7;
}
</style>
border-color css
<style>
span { border-color: #B5D9D7; }
span { border-color: rgb(181,217,215); }
td.TdClassName
{
border-color: #B5D9D7;
}
.TagClassName
{
border-color: #B5D9D7;
}
</style>