Shades of Scandal #B8D5CF
Tints of Scandal #B8D5CF
RGB
CMYK
RGB Variations
Color information
#B8D5CF (or 0xB8D5CF) is known color: Scandal. HEX triplet: B8, D5 and CF. RGB value is (184,213,207). Sum of RGB (Red+Green+Blue) = 184+213+207=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D5CF is #472A30. Grayscale: #CBCBCB. Windows color (decimal): -4663857 or 13620664. OLE color: 13620664.
HSL color Cylindrical-coordinate representation of color #B8D5CF: hue angle of 167.59º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8D5CF is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 207 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.16 |
| HSL | 167.59º | 0.26% | 0.78% | - |
| HSV(B) | 167.59º | 0.14% | 0.84% | - |
| XYZ | 54.82 | 62.28 | 68.16 | - |
| YUV | 203.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 207 | 0.14 | 0 | 0.03 | 0.16 | 167.59 | 0.26 | 0.78 |
| Hex | B8 | D5 | CF | E | 0 | 3 | 10 | A8 | 1A | 4E |
| Octal | 270 | 325 | 317 | 16 | 0 | 3 | 20 | 250 | 32 | 116 |
| Binary | 10111000 | 11010101 | 11001111 | 1110 | 0 | 11 | 10000 | 10101000 | 11010 | 1001110 |
Color Harmonies of #B8D5CF
Complementary color
Monochromatic Colors of #B8D5CF
Black with #B8D5CF
Text Example
Text Example
White with #B8D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D5CF; }
p { color: rgb(184,213,207); }
H1.HeaderClassName
{
color: #B8D5CF;
}
.AnyTagClassName
{
color: #B8D5CF;
}
</style>
background-color css
<style>
a { background-color: #B8D5CF; }
a { background-color: rgb(184,213,207); }
div.DivClassName
{
background-color: #B8D5CF;
}
.BgClassName
{
background-color: #B8D5CF;
}
</style>
border-color css
<style>
span { border-color: #B8D5CF; }
span { border-color: rgb(184,213,207); }
td.TdClassName
{
border-color: #B8D5CF;
}
.TagClassName
{
border-color: #B8D5CF;
}
</style>