Shades of Scandal #B0D1CC
Tints of Scandal #B0D1CC
RGB
CMYK
RGB Variations
Color information
#B0D1CC (or 0xB0D1CC) is known color: Scandal. HEX triplet: B0, D1 and CC. RGB value is (176,209,204). Sum of RGB (Red+Green+Blue) = 176+209+204=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1CC is #4F2E33. Grayscale: #C6C6C6. Windows color (decimal): -5189172 or 13423024. OLE color: 13423024.
HSL color Cylindrical-coordinate representation of color #B0D1CC: hue angle of 170.91º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D1CC is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 204 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.18 |
| HSL | 170.91º | 0.26% | 0.75% | - |
| HSV(B) | 170.91º | 0.16% | 0.82% | - |
| XYZ | 51.6 | 59.19 | 65.83 | - |
| YUV | 198.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 204 | 0.16 | 0 | 0.02 | 0.18 | 170.91 | 0.26 | 0.75 |
| Hex | B0 | D1 | CC | 10 | 0 | 2 | 12 | AB | 1A | 4B |
| Octal | 260 | 321 | 314 | 20 | 0 | 2 | 22 | 253 | 32 | 113 |
| Binary | 10110000 | 11010001 | 11001100 | 10000 | 0 | 10 | 10010 | 10101011 | 11010 | 1001011 |
Color Harmonies of #B0D1CC
Complementary color
Monochromatic Colors of #B0D1CC
Black with #B0D1CC
Text Example
Text Example
White with #B0D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D1CC; }
p { color: rgb(176,209,204); }
H1.HeaderClassName
{
color: #B0D1CC;
}
.AnyTagClassName
{
color: #B0D1CC;
}
</style>
background-color css
<style>
a { background-color: #B0D1CC; }
a { background-color: rgb(176,209,204); }
div.DivClassName
{
background-color: #B0D1CC;
}
.BgClassName
{
background-color: #B0D1CC;
}
</style>
border-color css
<style>
span { border-color: #B0D1CC; }
span { border-color: rgb(176,209,204); }
td.TdClassName
{
border-color: #B0D1CC;
}
.TagClassName
{
border-color: #B0D1CC;
}
</style>