Shades of Scandal #B5D8D1
Tints of Scandal #B5D8D1
RGB
CMYK
RGB Variations
Color information
#B5D8D1 (or 0xB5D8D1) is known color: Scandal. HEX triplet: B5, D8 and D1. RGB value is (181,216,209). Sum of RGB (Red+Green+Blue) = 181+216+209=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8D1 is #4A272E. Grayscale: #CCCCCC. Windows color (decimal): -4859695 or 13752501. OLE color: 13752501.
HSL color Cylindrical-coordinate representation of color #B5D8D1: hue angle of 168º 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 #B5D8D1 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 209 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.15 |
| HSL | 168º | 0.31% | 0.78% | - |
| HSV(B) | 168º | 0.16% | 0.85% | - |
| XYZ | 55.12 | 63.54 | 69.68 | - |
| YUV | 204.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 209 | 0.16 | 0 | 0.03 | 0.15 | 168 | 0.31 | 0.78 |
| Hex | B5 | D8 | D1 | 10 | 0 | 3 | F | A8 | 1F | 4E |
| Octal | 265 | 330 | 321 | 20 | 0 | 3 | 17 | 250 | 37 | 116 |
| Binary | 10110101 | 11011000 | 11010001 | 10000 | 0 | 11 | 1111 | 10101000 | 11111 | 1001110 |
Color Harmonies of #B5D8D1
Complementary color
Monochromatic Colors of #B5D8D1
Black with #B5D8D1
Text Example
Text Example
White with #B5D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8D1; }
p { color: rgb(181,216,209); }
H1.HeaderClassName
{
color: #B5D8D1;
}
.AnyTagClassName
{
color: #B5D8D1;
}
</style>
background-color css
<style>
a { background-color: #B5D8D1; }
a { background-color: rgb(181,216,209); }
div.DivClassName
{
background-color: #B5D8D1;
}
.BgClassName
{
background-color: #B5D8D1;
}
</style>
border-color css
<style>
span { border-color: #B5D8D1; }
span { border-color: rgb(181,216,209); }
td.TdClassName
{
border-color: #B5D8D1;
}
.TagClassName
{
border-color: #B5D8D1;
}
</style>