Shades of Scandal #B0DDDB
Tints of Scandal #B0DDDB
RGB
CMYK
RGB Variations
Color information
#B0DDDB (or 0xB0DDDB) is known color: Scandal. HEX triplet: B0, DD and DB. RGB value is (176,221,219). Sum of RGB (Red+Green+Blue) = 176+221+219=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDDB is #4F2224. Grayscale: #CFCFCF. Windows color (decimal): -5186085 or 14409136. OLE color: 14409136.
HSL color Cylindrical-coordinate representation of color #B0DDDB: hue angle of 177.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DDDB is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 176 | 221 | 219 | - |
CMYK | 0.20 | 0 | 0.01 | 0.13 |
HSL | 177.33º | 0.4% | 0.78% | - |
HSV(B) | 177.33º | 0.2% | 0.87% | - |
XYZ | 56.55 | 66.06 | 76.79 | - |
YUV | 207.32 | 134.59 | 105.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 221 | 219 | 0.20 | 0 | 0.01 | 0.13 | 177.33 | 0.4 | 0.78 |
Hex | B0 | DD | DB | 14 | 0 | 1 | D | B1 | 28 | 4E |
Octal | 260 | 335 | 333 | 24 | 0 | 1 | 15 | 261 | 50 | 116 |
Binary | 10110000 | 11011101 | 11011011 | 10100 | 0 | 1 | 1101 | 10110001 | 101000 | 1001110 |
Color Harmonies of #B0DDDB
Complementary color
Monochromatic Colors of #B0DDDB
Black with #B0DDDB
Text Example
Text Example
White with #B0DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDDB; }
p { color: rgb(176,221,219); }
H1.HeaderClassName
{
color: #B0DDDB;
}
.AnyTagClassName
{
color: #B0DDDB;
}
</style>
background-color css
<style>
a { background-color: #B0DDDB; }
a { background-color: rgb(176,221,219); }
div.DivClassName
{
background-color: #B0DDDB;
}
.BgClassName
{
background-color: #B0DDDB;
}
</style>
border-color css
<style>
span { border-color: #B0DDDB; }
span { border-color: rgb(176,221,219); }
td.TdClassName
{
border-color: #B0DDDB;
}
.TagClassName
{
border-color: #B0DDDB;
}
</style>