Shades of Scandal #B7D3CF
Tints of Scandal #B7D3CF
RGB
CMYK
RGB Variations
Color information
#B7D3CF (or 0xB7D3CF) is known color: Scandal. HEX triplet: B7, D3 and CF. RGB value is (183,211,207). Sum of RGB (Red+Green+Blue) = 183+211+207=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D3CF is #482C30. Grayscale: #CACACA. Windows color (decimal): -4729905 or 13620151. OLE color: 13620151.
HSL color Cylindrical-coordinate representation of color #B7D3CF: hue angle of 171.43º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7D3CF is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 207 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.17 |
| HSL | 171.43º | 0.24% | 0.77% | - |
| HSV(B) | 171.43º | 0.13% | 0.83% | - |
| XYZ | 54.09 | 61.16 | 67.99 | - |
| YUV | 202.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 207 | 0.13 | 0 | 0.02 | 0.17 | 171.43 | 0.24 | 0.77 |
| Hex | B7 | D3 | CF | D | 0 | 2 | 11 | AB | 18 | 4D |
| Octal | 267 | 323 | 317 | 15 | 0 | 2 | 21 | 253 | 30 | 115 |
| Binary | 10110111 | 11010011 | 11001111 | 1101 | 0 | 10 | 10001 | 10101011 | 11000 | 1001101 |
Color Harmonies of #B7D3CF
Complementary color
Monochromatic Colors of #B7D3CF
Black with #B7D3CF
Text Example
Text Example
White with #B7D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D3CF; }
p { color: rgb(183,211,207); }
H1.HeaderClassName
{
color: #B7D3CF;
}
.AnyTagClassName
{
color: #B7D3CF;
}
</style>
background-color css
<style>
a { background-color: #B7D3CF; }
a { background-color: rgb(183,211,207); }
div.DivClassName
{
background-color: #B7D3CF;
}
.BgClassName
{
background-color: #B7D3CF;
}
</style>
border-color css
<style>
span { border-color: #B7D3CF; }
span { border-color: rgb(183,211,207); }
td.TdClassName
{
border-color: #B7D3CF;
}
.TagClassName
{
border-color: #B7D3CF;
}
</style>