Shades of Scandal #B5D8D0
Tints of Scandal #B5D8D0
RGB
CMYK
RGB Variations
Color information
#B5D8D0 (or 0xB5D8D0) is known color: Scandal. HEX triplet: B5, D8 and D0. RGB value is (181,216,208). Sum of RGB (Red+Green+Blue) = 181+216+208=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8D0 is #4A272F. Grayscale: #CCCCCC. Windows color (decimal): -4859696 or 13686965. OLE color: 13686965.
HSL color Cylindrical-coordinate representation of color #B5D8D0: hue angle of 166.29º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5D8D0 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 208 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.15 |
| HSL | 166.29º | 0.31% | 0.78% | - |
| HSV(B) | 166.29º | 0.16% | 0.85% | - |
| XYZ | 55 | 63.49 | 69.03 | - |
| YUV | 204.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 208 | 0.16 | 0 | 0.04 | 0.15 | 166.29 | 0.31 | 0.78 |
| Hex | B5 | D8 | D0 | 10 | 0 | 4 | F | A6 | 1F | 4E |
| Octal | 265 | 330 | 320 | 20 | 0 | 4 | 17 | 246 | 37 | 116 |
| Binary | 10110101 | 11011000 | 11010000 | 10000 | 0 | 100 | 1111 | 10100110 | 11111 | 1001110 |
Color Harmonies of #B5D8D0
Complementary color
Monochromatic Colors of #B5D8D0
Black with #B5D8D0
Text Example
Text Example
White with #B5D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8D0; }
p { color: rgb(181,216,208); }
H1.HeaderClassName
{
color: #B5D8D0;
}
.AnyTagClassName
{
color: #B5D8D0;
}
</style>
background-color css
<style>
a { background-color: #B5D8D0; }
a { background-color: rgb(181,216,208); }
div.DivClassName
{
background-color: #B5D8D0;
}
.BgClassName
{
background-color: #B5D8D0;
}
</style>
border-color css
<style>
span { border-color: #B5D8D0; }
span { border-color: rgb(181,216,208); }
td.TdClassName
{
border-color: #B5D8D0;
}
.TagClassName
{
border-color: #B5D8D0;
}
</style>