Shades of Scandal #B7D1CE
Tints of Scandal #B7D1CE
RGB
CMYK
RGB Variations
Color information
#B7D1CE (or 0xB7D1CE) is known color: Scandal. HEX triplet: B7, D1 and CE. RGB value is (183,209,206). Sum of RGB (Red+Green+Blue) = 183+209+206=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D1CE is #482E31. Grayscale: #C8C8C8. Windows color (decimal): -4730418 or 13554103. OLE color: 13554103.
HSL color Cylindrical-coordinate representation of color #B7D1CE: hue angle of 173.08º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7D1CE is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 206 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.18 |
| HSL | 173.08º | 0.22% | 0.77% | - |
| HSV(B) | 173.08º | 0.12% | 0.82% | - |
| XYZ | 53.47 | 60.12 | 67.18 | - |
| YUV | 200.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 206 | 0.12 | 0 | 0.01 | 0.18 | 173.08 | 0.22 | 0.77 |
| Hex | B7 | D1 | CE | C | 0 | 1 | 12 | AD | 16 | 4D |
| Octal | 267 | 321 | 316 | 14 | 0 | 1 | 22 | 255 | 26 | 115 |
| Binary | 10110111 | 11010001 | 11001110 | 1100 | 0 | 1 | 10010 | 10101101 | 10110 | 1001101 |
Color Harmonies of #B7D1CE
Complementary color
Monochromatic Colors of #B7D1CE
Black with #B7D1CE
Text Example
Text Example
White with #B7D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D1CE; }
p { color: rgb(183,209,206); }
H1.HeaderClassName
{
color: #B7D1CE;
}
.AnyTagClassName
{
color: #B7D1CE;
}
</style>
background-color css
<style>
a { background-color: #B7D1CE; }
a { background-color: rgb(183,209,206); }
div.DivClassName
{
background-color: #B7D1CE;
}
.BgClassName
{
background-color: #B7D1CE;
}
</style>
border-color css
<style>
span { border-color: #B7D1CE; }
span { border-color: rgb(183,209,206); }
td.TdClassName
{
border-color: #B7D1CE;
}
.TagClassName
{
border-color: #B7D1CE;
}
</style>