Shades of Scandal #B9DAD5
Tints of Scandal #B9DAD5
RGB
CMYK
RGB Variations
Color information
#B9DAD5 (or 0xB9DAD5) is known color: Scandal. HEX triplet: B9, DA and D5. RGB value is (185,218,213). Sum of RGB (Red+Green+Blue) = 185+218+213=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAD5 is #46252A. Grayscale: #CFCFCF. Windows color (decimal): -4597035 or 14015161. OLE color: 14015161.
HSL color Cylindrical-coordinate representation of color #B9DAD5: hue angle of 170.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9DAD5 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 185 | 218 | 213 | - |
CMYK | 0.15 | 0 | 0.02 | 0.15 |
HSL | 170.91º | 0.31% | 0.79% | - |
HSV(B) | 170.91º | 0.15% | 0.85% | - |
XYZ | 57.09 | 65.26 | 72.54 | - |
YUV | 207.56 | 131.07 | 111.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 218 | 213 | 0.15 | 0 | 0.02 | 0.15 | 170.91 | 0.31 | 0.79 |
Hex | B9 | DA | D5 | F | 0 | 2 | F | AB | 1F | 4F |
Octal | 271 | 332 | 325 | 17 | 0 | 2 | 17 | 253 | 37 | 117 |
Binary | 10111001 | 11011010 | 11010101 | 1111 | 0 | 10 | 1111 | 10101011 | 11111 | 1001111 |
Color Harmonies of #B9DAD5
Complementary color
Monochromatic Colors of #B9DAD5
Black with #B9DAD5
Text Example
Text Example
White with #B9DAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DAD5; }
p { color: rgb(185,218,213); }
H1.HeaderClassName
{
color: #B9DAD5;
}
.AnyTagClassName
{
color: #B9DAD5;
}
</style>
background-color css
<style>
a { background-color: #B9DAD5; }
a { background-color: rgb(185,218,213); }
div.DivClassName
{
background-color: #B9DAD5;
}
.BgClassName
{
background-color: #B9DAD5;
}
</style>
border-color css
<style>
span { border-color: #B9DAD5; }
span { border-color: rgb(185,218,213); }
td.TdClassName
{
border-color: #B9DAD5;
}
.TagClassName
{
border-color: #B9DAD5;
}
</style>