Shades of Scandal #B0DCD7
Tints of Scandal #B0DCD7
RGB
CMYK
RGB Variations
Color information
#B0DCD7 (or 0xB0DCD7) is known color: Scandal. HEX triplet: B0, DC and D7. RGB value is (176,220,215). Sum of RGB (Red+Green+Blue) = 176+220+215=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCD7 is #4F2328. Grayscale: #CECECE. Windows color (decimal): -5186345 or 14146736. OLE color: 14146736.
HSL color Cylindrical-coordinate representation of color #B0DCD7: hue angle of 173.18º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCD7 is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 215 | - |
| CMYK | 0.2 | 0 | 0.02 | 0.14 |
| HSL | 173.18º | 0.39% | 0.78% | - |
| HSV(B) | 173.18º | 0.2% | 0.86% | - |
| XYZ | 55.76 | 65.32 | 73.96 | - |
| YUV | 206.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 215 | 0.2 | 0 | 0.02 | 0.14 | 173.18 | 0.39 | 0.78 |
| Hex | B0 | DC | D7 | 14 | 0 | 2 | E | AD | 27 | 4E |
| Octal | 260 | 334 | 327 | 24 | 0 | 2 | 16 | 255 | 47 | 116 |
| Binary | 10110000 | 11011100 | 11010111 | 10100 | 0 | 10 | 1110 | 10101101 | 100111 | 1001110 |
Color Harmonies of #B0DCD7
Complementary color
Monochromatic Colors of #B0DCD7
Black with #B0DCD7
Text Example
Text Example
White with #B0DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCD7; }
p { color: rgb(176,220,215); }
H1.HeaderClassName
{
color: #B0DCD7;
}
.AnyTagClassName
{
color: #B0DCD7;
}
</style>
background-color css
<style>
a { background-color: #B0DCD7; }
a { background-color: rgb(176,220,215); }
div.DivClassName
{
background-color: #B0DCD7;
}
.BgClassName
{
background-color: #B0DCD7;
}
</style>
border-color css
<style>
span { border-color: #B0DCD7; }
span { border-color: rgb(176,220,215); }
td.TdClassName
{
border-color: #B0DCD7;
}
.TagClassName
{
border-color: #B0DCD7;
}
</style>