Shades of Scandal #B0DBD1
Tints of Scandal #B0DBD1
RGB
CMYK
RGB Variations
Color information
#B0DBD1 (or 0xB0DBD1) is known color: Scandal. HEX triplet: B0, DB and D1. RGB value is (176,219,209). Sum of RGB (Red+Green+Blue) = 176+219+209=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBD1 is #4F242E. Grayscale: #CDCDCD. Windows color (decimal): -5186607 or 13753264. OLE color: 13753264.
HSL color Cylindrical-coordinate representation of color #B0DBD1: hue angle of 166.05º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBD1 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 209 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.14 |
| HSL | 166.05º | 0.37% | 0.77% | - |
| HSV(B) | 166.05º | 0.2% | 0.86% | - |
| XYZ | 54.74 | 64.5 | 69.89 | - |
| YUV | 205 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 209 | 0.20 | 0 | 0.05 | 0.14 | 166.05 | 0.37 | 0.77 |
| Hex | B0 | DB | D1 | 14 | 0 | 5 | E | A6 | 25 | 4D |
| Octal | 260 | 333 | 321 | 24 | 0 | 5 | 16 | 246 | 45 | 115 |
| Binary | 10110000 | 11011011 | 11010001 | 10100 | 0 | 101 | 1110 | 10100110 | 100101 | 1001101 |
Color Harmonies of #B0DBD1
Complementary color
Monochromatic Colors of #B0DBD1
Black with #B0DBD1
Text Example
Text Example
White with #B0DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBD1; }
p { color: rgb(176,219,209); }
H1.HeaderClassName
{
color: #B0DBD1;
}
.AnyTagClassName
{
color: #B0DBD1;
}
</style>
background-color css
<style>
a { background-color: #B0DBD1; }
a { background-color: rgb(176,219,209); }
div.DivClassName
{
background-color: #B0DBD1;
}
.BgClassName
{
background-color: #B0DBD1;
}
</style>
border-color css
<style>
span { border-color: #B0DBD1; }
span { border-color: rgb(176,219,209); }
td.TdClassName
{
border-color: #B0DBD1;
}
.TagClassName
{
border-color: #B0DBD1;
}
</style>