Shades of Scandal #B0D7CC
Tints of Scandal #B0D7CC
RGB
CMYK
RGB Variations
Color information
#B0D7CC (or 0xB0D7CC) is known color: Scandal. HEX triplet: B0, D7 and CC. RGB value is (176,215,204). Sum of RGB (Red+Green+Blue) = 176+215+204=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7CC is #4F2833. Grayscale: #CACACA. Windows color (decimal): -5187636 or 13424560. OLE color: 13424560.
HSL color Cylindrical-coordinate representation of color #B0D7CC: hue angle of 163.08º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D7CC is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 204 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.16 |
| HSL | 163.08º | 0.33% | 0.77% | - |
| HSV(B) | 163.08º | 0.18% | 0.84% | - |
| XYZ | 53.1 | 62.19 | 66.33 | - |
| YUV | 202.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 204 | 0.18 | 0 | 0.05 | 0.16 | 163.08 | 0.33 | 0.77 |
| Hex | B0 | D7 | CC | 12 | 0 | 5 | 10 | A3 | 21 | 4D |
| Octal | 260 | 327 | 314 | 22 | 0 | 5 | 20 | 243 | 41 | 115 |
| Binary | 10110000 | 11010111 | 11001100 | 10010 | 0 | 101 | 10000 | 10100011 | 100001 | 1001101 |
Color Harmonies of #B0D7CC
Complementary color
Monochromatic Colors of #B0D7CC
Black with #B0D7CC
Text Example
Text Example
White with #B0D7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D7CC; }
p { color: rgb(176,215,204); }
H1.HeaderClassName
{
color: #B0D7CC;
}
.AnyTagClassName
{
color: #B0D7CC;
}
</style>
background-color css
<style>
a { background-color: #B0D7CC; }
a { background-color: rgb(176,215,204); }
div.DivClassName
{
background-color: #B0D7CC;
}
.BgClassName
{
background-color: #B0D7CC;
}
</style>
border-color css
<style>
span { border-color: #B0D7CC; }
span { border-color: rgb(176,215,204); }
td.TdClassName
{
border-color: #B0D7CC;
}
.TagClassName
{
border-color: #B0D7CC;
}
</style>