Shades of Scandal #B5DAD8
Tints of Scandal #B5DAD8
RGB
CMYK
RGB Variations
Color information
#B5DAD8 (or 0xB5DAD8) is known color: Scandal. HEX triplet: B5, DA and D8. RGB value is (181,218,216). Sum of RGB (Red+Green+Blue) = 181+218+216=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DAD8 is #4A2527. Grayscale: #CECECE. Windows color (decimal): -4859176 or 14211765. OLE color: 14211765.
HSL color Cylindrical-coordinate representation of color #B5DAD8: hue angle of 176.76º degrees, saturation: 0.33, 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 #B5DAD8 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 218 | 216 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.15 |
| HSL | 176.76º | 0.33% | 0.78% | - |
| HSV(B) | 176.76º | 0.17% | 0.85% | - |
| XYZ | 56.52 | 64.92 | 74.52 | - |
| YUV | 206.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 216 | 0.17 | 0 | 0.01 | 0.15 | 176.76 | 0.33 | 0.78 |
| Hex | B5 | DA | D8 | 11 | 0 | 1 | F | B1 | 21 | 4E |
| Octal | 265 | 332 | 330 | 21 | 0 | 1 | 17 | 261 | 41 | 116 |
| Binary | 10110101 | 11011010 | 11011000 | 10001 | 0 | 1 | 1111 | 10110001 | 100001 | 1001110 |
Color Harmonies of #B5DAD8
Complementary color
Monochromatic Colors of #B5DAD8
Black with #B5DAD8
Text Example
Text Example
White with #B5DAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DAD8; }
p { color: rgb(181,218,216); }
H1.HeaderClassName
{
color: #B5DAD8;
}
.AnyTagClassName
{
color: #B5DAD8;
}
</style>
background-color css
<style>
a { background-color: #B5DAD8; }
a { background-color: rgb(181,218,216); }
div.DivClassName
{
background-color: #B5DAD8;
}
.BgClassName
{
background-color: #B5DAD8;
}
</style>
border-color css
<style>
span { border-color: #B5DAD8; }
span { border-color: rgb(181,218,216); }
td.TdClassName
{
border-color: #B5DAD8;
}
.TagClassName
{
border-color: #B5DAD8;
}
</style>