Shades of Scandal #B0DFDB
Tints of Scandal #B0DFDB
RGB
CMYK
RGB Variations
Color information
#B0DFDB (or 0xB0DFDB) is known color: Scandal. HEX triplet: B0, DF and DB. RGB value is (176,223,219). Sum of RGB (Red+Green+Blue) = 176+223+219=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFDB is #4F2024. Grayscale: #D0D0D0. Windows color (decimal): -5185573 or 14409648. OLE color: 14409648.
HSL color Cylindrical-coordinate representation of color #B0DFDB: hue angle of 174.89º degrees, saturation: 0.42, 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 #B0DFDB is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 219 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.13 |
| HSL | 174.89º | 0.42% | 0.78% | - |
| HSV(B) | 174.89º | 0.21% | 0.87% | - |
| XYZ | 57.08 | 67.12 | 76.96 | - |
| YUV | 208.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 219 | 0.21 | 0 | 0.02 | 0.13 | 174.89 | 0.42 | 0.78 |
| Hex | B0 | DF | DB | 15 | 0 | 2 | D | AF | 2A | 4E |
| Octal | 260 | 337 | 333 | 25 | 0 | 2 | 15 | 257 | 52 | 116 |
| Binary | 10110000 | 11011111 | 11011011 | 10101 | 0 | 10 | 1101 | 10101111 | 101010 | 1001110 |
Color Harmonies of #B0DFDB
Complementary color
Monochromatic Colors of #B0DFDB
Black with #B0DFDB
Text Example
Text Example
White with #B0DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFDB; }
p { color: rgb(176,223,219); }
H1.HeaderClassName
{
color: #B0DFDB;
}
.AnyTagClassName
{
color: #B0DFDB;
}
</style>
background-color css
<style>
a { background-color: #B0DFDB; }
a { background-color: rgb(176,223,219); }
div.DivClassName
{
background-color: #B0DFDB;
}
.BgClassName
{
background-color: #B0DFDB;
}
</style>
border-color css
<style>
span { border-color: #B0DFDB; }
span { border-color: rgb(176,223,219); }
td.TdClassName
{
border-color: #B0DFDB;
}
.TagClassName
{
border-color: #B0DFDB;
}
</style>