Shades of Scandal #B0D6CF
Tints of Scandal #B0D6CF
RGB
CMYK
RGB Variations
Color information
#B0D6CF (or 0xB0D6CF) is known color: Scandal. HEX triplet: B0, D6 and CF. RGB value is (176,214,207). Sum of RGB (Red+Green+Blue) = 176+214+207=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D6CF is #4F2930. Grayscale: #C9C9C9. Windows color (decimal): -5187889 or 13620912. OLE color: 13620912.
HSL color Cylindrical-coordinate representation of color #B0D6CF: hue angle of 168.95º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D6CF is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 207 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.16 |
| HSL | 168.95º | 0.32% | 0.76% | - |
| HSV(B) | 168.95º | 0.18% | 0.84% | - |
| XYZ | 53.21 | 61.83 | 68.16 | - |
| YUV | 201.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 207 | 0.18 | 0 | 0.03 | 0.16 | 168.95 | 0.32 | 0.76 |
| Hex | B0 | D6 | CF | 12 | 0 | 3 | 10 | A9 | 20 | 4C |
| Octal | 260 | 326 | 317 | 22 | 0 | 3 | 20 | 251 | 40 | 114 |
| Binary | 10110000 | 11010110 | 11001111 | 10010 | 0 | 11 | 10000 | 10101001 | 100000 | 1001100 |
Color Harmonies of #B0D6CF
Complementary color
Monochromatic Colors of #B0D6CF
Black with #B0D6CF
Text Example
Text Example
White with #B0D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D6CF; }
p { color: rgb(176,214,207); }
H1.HeaderClassName
{
color: #B0D6CF;
}
.AnyTagClassName
{
color: #B0D6CF;
}
</style>
background-color css
<style>
a { background-color: #B0D6CF; }
a { background-color: rgb(176,214,207); }
div.DivClassName
{
background-color: #B0D6CF;
}
.BgClassName
{
background-color: #B0D6CF;
}
</style>
border-color css
<style>
span { border-color: #B0D6CF; }
span { border-color: rgb(176,214,207); }
td.TdClassName
{
border-color: #B0D6CF;
}
.TagClassName
{
border-color: #B0D6CF;
}
</style>