Shades of Scandal #B7CFCD
Tints of Scandal #B7CFCD
RGB
CMYK
RGB Variations
Color information
#B7CFCD (or 0xB7CFCD) is known color: Scandal. HEX triplet: B7, CF and CD. RGB value is (183,207,205). Sum of RGB (Red+Green+Blue) = 183+207+205=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFCD is #483032. Grayscale: #C7C7C7. Windows color (decimal): -4730931 or 13488055. OLE color: 13488055.
HSL color Cylindrical-coordinate representation of color #B7CFCD: hue angle of 175º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7CFCD is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 205 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.19 |
| HSL | 175º | 0.2% | 0.76% | - |
| HSV(B) | 175º | 0.12% | 0.81% | - |
| XYZ | 52.86 | 59.1 | 66.38 | - |
| YUV | 199.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 205 | 0.12 | 0 | 0.01 | 0.19 | 175 | 0.2 | 0.76 |
| Hex | B7 | CF | CD | C | 0 | 1 | 13 | AF | 14 | 4C |
| Octal | 267 | 317 | 315 | 14 | 0 | 1 | 23 | 257 | 24 | 114 |
| Binary | 10110111 | 11001111 | 11001101 | 1100 | 0 | 1 | 10011 | 10101111 | 10100 | 1001100 |
Color Harmonies of #B7CFCD
Complementary color
Monochromatic Colors of #B7CFCD
Black with #B7CFCD
Text Example
Text Example
White with #B7CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFCD; }
p { color: rgb(183,207,205); }
H1.HeaderClassName
{
color: #B7CFCD;
}
.AnyTagClassName
{
color: #B7CFCD;
}
</style>
background-color css
<style>
a { background-color: #B7CFCD; }
a { background-color: rgb(183,207,205); }
div.DivClassName
{
background-color: #B7CFCD;
}
.BgClassName
{
background-color: #B7CFCD;
}
</style>
border-color css
<style>
span { border-color: #B7CFCD; }
span { border-color: rgb(183,207,205); }
td.TdClassName
{
border-color: #B7CFCD;
}
.TagClassName
{
border-color: #B7CFCD;
}
</style>