Shades of Scandal #B7D4CE
Tints of Scandal #B7D4CE
RGB
CMYK
RGB Variations
Color information
#B7D4CE (or 0xB7D4CE) is known color: Scandal. HEX triplet: B7, D4 and CE. RGB value is (183,212,206). Sum of RGB (Red+Green+Blue) = 183+212+206=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D4CE is #482B31. Grayscale: #CACACA. Windows color (decimal): -4729650 or 13554871. OLE color: 13554871.
HSL color Cylindrical-coordinate representation of color #B7D4CE: hue angle of 167.59º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D4CE is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 206 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.17 |
| HSL | 167.59º | 0.25% | 0.77% | - |
| HSV(B) | 167.59º | 0.14% | 0.83% | - |
| XYZ | 54.21 | 61.61 | 67.43 | - |
| YUV | 202.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 206 | 0.14 | 0 | 0.03 | 0.17 | 167.59 | 0.25 | 0.77 |
| Hex | B7 | D4 | CE | E | 0 | 3 | 11 | A8 | 19 | 4D |
| Octal | 267 | 324 | 316 | 16 | 0 | 3 | 21 | 250 | 31 | 115 |
| Binary | 10110111 | 11010100 | 11001110 | 1110 | 0 | 11 | 10001 | 10101000 | 11001 | 1001101 |
Color Harmonies of #B7D4CE
Complementary color
Monochromatic Colors of #B7D4CE
Black with #B7D4CE
Text Example
Text Example
White with #B7D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D4CE; }
p { color: rgb(183,212,206); }
H1.HeaderClassName
{
color: #B7D4CE;
}
.AnyTagClassName
{
color: #B7D4CE;
}
</style>
background-color css
<style>
a { background-color: #B7D4CE; }
a { background-color: rgb(183,212,206); }
div.DivClassName
{
background-color: #B7D4CE;
}
.BgClassName
{
background-color: #B7D4CE;
}
</style>
border-color css
<style>
span { border-color: #B7D4CE; }
span { border-color: rgb(183,212,206); }
td.TdClassName
{
border-color: #B7D4CE;
}
.TagClassName
{
border-color: #B7D4CE;
}
</style>