Shades of Scandal #B0DED6
Tints of Scandal #B0DED6
RGB
CMYK
RGB Variations
Color information
#B0DED6 (or 0xB0DED6) is known color: Scandal. HEX triplet: B0, DE and D6. RGB value is (176,222,214). Sum of RGB (Red+Green+Blue) = 176+222+214=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DED6 is #4F2129. Grayscale: #CFCFCF. Windows color (decimal): -5185834 or 14081712. OLE color: 14081712.
HSL color Cylindrical-coordinate representation of color #B0DED6: hue angle of 169.57º 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 #B0DED6 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 214 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.13 |
| HSL | 169.57º | 0.41% | 0.78% | - |
| HSV(B) | 169.57º | 0.21% | 0.87% | - |
| XYZ | 56.16 | 66.33 | 73.46 | - |
| YUV | 207.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 214 | 0.21 | 0 | 0.04 | 0.13 | 169.57 | 0.41 | 0.78 |
| Hex | B0 | DE | D6 | 15 | 0 | 4 | D | AA | 29 | 4E |
| Octal | 260 | 336 | 326 | 25 | 0 | 4 | 15 | 252 | 51 | 116 |
| Binary | 10110000 | 11011110 | 11010110 | 10101 | 0 | 100 | 1101 | 10101010 | 101001 | 1001110 |
Color Harmonies of #B0DED6
Complementary color
Monochromatic Colors of #B0DED6
Black with #B0DED6
Text Example
Text Example
White with #B0DED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DED6; }
p { color: rgb(176,222,214); }
H1.HeaderClassName
{
color: #B0DED6;
}
.AnyTagClassName
{
color: #B0DED6;
}
</style>
background-color css
<style>
a { background-color: #B0DED6; }
a { background-color: rgb(176,222,214); }
div.DivClassName
{
background-color: #B0DED6;
}
.BgClassName
{
background-color: #B0DED6;
}
</style>
border-color css
<style>
span { border-color: #B0DED6; }
span { border-color: rgb(176,222,214); }
td.TdClassName
{
border-color: #B0DED6;
}
.TagClassName
{
border-color: #B0DED6;
}
</style>