Shades of Scandal #B0DED7
Tints of Scandal #B0DED7
RGB
CMYK
RGB Variations
Color information
#B0DED7 (or 0xB0DED7) is known color: Scandal. HEX triplet: B0, DE and D7. RGB value is (176,222,215). Sum of RGB (Red+Green+Blue) = 176+222+215=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DED7 is #4F2128. Grayscale: #CFCFCF. Windows color (decimal): -5185833 or 14147248. OLE color: 14147248.
HSL color Cylindrical-coordinate representation of color #B0DED7: hue angle of 170.87º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DED7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 215 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.13 |
| HSL | 170.87º | 0.41% | 0.78% | - |
| HSV(B) | 170.87º | 0.21% | 0.87% | - |
| XYZ | 56.29 | 66.38 | 74.14 | - |
| YUV | 207.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 215 | 0.21 | 0 | 0.03 | 0.13 | 170.87 | 0.41 | 0.78 |
| Hex | B0 | DE | D7 | 15 | 0 | 3 | D | AB | 29 | 4E |
| Octal | 260 | 336 | 327 | 25 | 0 | 3 | 15 | 253 | 51 | 116 |
| Binary | 10110000 | 11011110 | 11010111 | 10101 | 0 | 11 | 1101 | 10101011 | 101001 | 1001110 |
Color Harmonies of #B0DED7
Complementary color
Monochromatic Colors of #B0DED7
Black with #B0DED7
Text Example
Text Example
White with #B0DED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DED7; }
p { color: rgb(176,222,215); }
H1.HeaderClassName
{
color: #B0DED7;
}
.AnyTagClassName
{
color: #B0DED7;
}
</style>
background-color css
<style>
a { background-color: #B0DED7; }
a { background-color: rgb(176,222,215); }
div.DivClassName
{
background-color: #B0DED7;
}
.BgClassName
{
background-color: #B0DED7;
}
</style>
border-color css
<style>
span { border-color: #B0DED7; }
span { border-color: rgb(176,222,215); }
td.TdClassName
{
border-color: #B0DED7;
}
.TagClassName
{
border-color: #B0DED7;
}
</style>