Shades of Scandal #B9D4CF
Tints of Scandal #B9D4CF
RGB
CMYK
RGB Variations
Color information
#B9D4CF (or 0xB9D4CF) is known color: Scandal. HEX triplet: B9, D4 and CF. RGB value is (185,212,207). Sum of RGB (Red+Green+Blue) = 185+212+207=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D4CF is #462B30. Grayscale: #CBCBCB. Windows color (decimal): -4598577 or 13620409. OLE color: 13620409.
HSL color Cylindrical-coordinate representation of color #B9D4CF: hue angle of 168.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9D4CF is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 212 | 207 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.17 |
| HSL | 168.89º | 0.24% | 0.78% | - |
| HSV(B) | 168.89º | 0.13% | 0.83% | - |
| XYZ | 54.81 | 61.91 | 68.09 | - |
| YUV | 203.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 212 | 207 | 0.13 | 0 | 0.02 | 0.17 | 168.89 | 0.24 | 0.78 |
| Hex | B9 | D4 | CF | D | 0 | 2 | 11 | A9 | 18 | 4E |
| Octal | 271 | 324 | 317 | 15 | 0 | 2 | 21 | 251 | 30 | 116 |
| Binary | 10111001 | 11010100 | 11001111 | 1101 | 0 | 10 | 10001 | 10101001 | 11000 | 1001110 |
Color Harmonies of #B9D4CF
Complementary color
Monochromatic Colors of #B9D4CF
Black with #B9D4CF
Text Example
Text Example
White with #B9D4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D4CF; }
p { color: rgb(185,212,207); }
H1.HeaderClassName
{
color: #B9D4CF;
}
.AnyTagClassName
{
color: #B9D4CF;
}
</style>
background-color css
<style>
a { background-color: #B9D4CF; }
a { background-color: rgb(185,212,207); }
div.DivClassName
{
background-color: #B9D4CF;
}
.BgClassName
{
background-color: #B9D4CF;
}
</style>
border-color css
<style>
span { border-color: #B9D4CF; }
span { border-color: rgb(185,212,207); }
td.TdClassName
{
border-color: #B9D4CF;
}
.TagClassName
{
border-color: #B9D4CF;
}
</style>