Shades of Scandal #B5D8D2
Tints of Scandal #B5D8D2
RGB
CMYK
RGB Variations
Color information
#B5D8D2 (or 0xB5D8D2) is known color: Scandal. HEX triplet: B5, D8 and D2. RGB value is (181,216,210). Sum of RGB (Red+Green+Blue) = 181+216+210=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8D2 is #4A272D. Grayscale: #CCCCCC. Windows color (decimal): -4859694 or 13818037. OLE color: 13818037.
HSL color Cylindrical-coordinate representation of color #B5D8D2: hue angle of 169.71º 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 #B5D8D2 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 210 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.15 |
| HSL | 169.71º | 0.31% | 0.78% | - |
| HSV(B) | 169.71º | 0.16% | 0.85% | - |
| XYZ | 55.24 | 63.59 | 70.33 | - |
| YUV | 204.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 210 | 0.16 | 0 | 0.03 | 0.15 | 169.71 | 0.31 | 0.78 |
| Hex | B5 | D8 | D2 | 10 | 0 | 3 | F | AA | 1F | 4E |
| Octal | 265 | 330 | 322 | 20 | 0 | 3 | 17 | 252 | 37 | 116 |
| Binary | 10110101 | 11011000 | 11010010 | 10000 | 0 | 11 | 1111 | 10101010 | 11111 | 1001110 |
Color Harmonies of #B5D8D2
Complementary color
Monochromatic Colors of #B5D8D2
Black with #B5D8D2
Text Example
Text Example
White with #B5D8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8D2; }
p { color: rgb(181,216,210); }
H1.HeaderClassName
{
color: #B5D8D2;
}
.AnyTagClassName
{
color: #B5D8D2;
}
</style>
background-color css
<style>
a { background-color: #B5D8D2; }
a { background-color: rgb(181,216,210); }
div.DivClassName
{
background-color: #B5D8D2;
}
.BgClassName
{
background-color: #B5D8D2;
}
</style>
border-color css
<style>
span { border-color: #B5D8D2; }
span { border-color: rgb(181,216,210); }
td.TdClassName
{
border-color: #B5D8D2;
}
.TagClassName
{
border-color: #B5D8D2;
}
</style>