Shades of Scandal #B7D1CF
Tints of Scandal #B7D1CF
RGB
CMYK
RGB Variations
Color information
#B7D1CF (or 0xB7D1CF) is known color: Scandal. HEX triplet: B7, D1 and CF. RGB value is (183,209,207). Sum of RGB (Red+Green+Blue) = 183+209+207=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D1CF is #482E30. Grayscale: #C8C8C8. Windows color (decimal): -4730417 or 13619639. OLE color: 13619639.
HSL color Cylindrical-coordinate representation of color #B7D1CF: hue angle of 175.38º 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 #B7D1CF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 207 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.18 |
| HSL | 175.38º | 0.22% | 0.77% | - |
| HSV(B) | 175.38º | 0.12% | 0.82% | - |
| XYZ | 53.59 | 60.17 | 67.82 | - |
| YUV | 201 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 207 | 0.12 | 0 | 0.01 | 0.18 | 175.38 | 0.22 | 0.77 |
| Hex | B7 | D1 | CF | C | 0 | 1 | 12 | AF | 16 | 4D |
| Octal | 267 | 321 | 317 | 14 | 0 | 1 | 22 | 257 | 26 | 115 |
| Binary | 10110111 | 11010001 | 11001111 | 1100 | 0 | 1 | 10010 | 10101111 | 10110 | 1001101 |
Color Harmonies of #B7D1CF
Complementary color
Monochromatic Colors of #B7D1CF
Black with #B7D1CF
Text Example
Text Example
White with #B7D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D1CF; }
p { color: rgb(183,209,207); }
H1.HeaderClassName
{
color: #B7D1CF;
}
.AnyTagClassName
{
color: #B7D1CF;
}
</style>
background-color css
<style>
a { background-color: #B7D1CF; }
a { background-color: rgb(183,209,207); }
div.DivClassName
{
background-color: #B7D1CF;
}
.BgClassName
{
background-color: #B7D1CF;
}
</style>
border-color css
<style>
span { border-color: #B7D1CF; }
span { border-color: rgb(183,209,207); }
td.TdClassName
{
border-color: #B7D1CF;
}
.TagClassName
{
border-color: #B7D1CF;
}
</style>