Shades of Scandal #B9D1CF
Tints of Scandal #B9D1CF
RGB
CMYK
RGB Variations
Color information
#B9D1CF (or 0xB9D1CF) is known color: Scandal. HEX triplet: B9, D1 and CF. RGB value is (185,209,207). Sum of RGB (Red+Green+Blue) = 185+209+207=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D1CF is #462E30. Grayscale: #C9C9C9. Windows color (decimal): -4599345 or 13619641. OLE color: 13619641.
HSL color Cylindrical-coordinate representation of color #B9D1CF: hue angle of 175º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9D1CF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 209 | 207 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.18 |
| HSL | 175º | 0.21% | 0.77% | - |
| HSV(B) | 175º | 0.11% | 0.82% | - |
| XYZ | 54.07 | 60.42 | 67.84 | - |
| YUV | 201.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 209 | 207 | 0.11 | 0 | 0.01 | 0.18 | 175 | 0.21 | 0.77 |
| Hex | B9 | D1 | CF | B | 0 | 1 | 12 | AF | 15 | 4D |
| Octal | 271 | 321 | 317 | 13 | 0 | 1 | 22 | 257 | 25 | 115 |
| Binary | 10111001 | 11010001 | 11001111 | 1011 | 0 | 1 | 10010 | 10101111 | 10101 | 1001101 |
Color Harmonies of #B9D1CF
Complementary color
Monochromatic Colors of #B9D1CF
Black with #B9D1CF
Text Example
Text Example
White with #B9D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D1CF; }
p { color: rgb(185,209,207); }
H1.HeaderClassName
{
color: #B9D1CF;
}
.AnyTagClassName
{
color: #B9D1CF;
}
</style>
background-color css
<style>
a { background-color: #B9D1CF; }
a { background-color: rgb(185,209,207); }
div.DivClassName
{
background-color: #B9D1CF;
}
.BgClassName
{
background-color: #B9D1CF;
}
</style>
border-color css
<style>
span { border-color: #B9D1CF; }
span { border-color: rgb(185,209,207); }
td.TdClassName
{
border-color: #B9D1CF;
}
.TagClassName
{
border-color: #B9D1CF;
}
</style>