Shades of Scandal #B0DBD3
Tints of Scandal #B0DBD3
RGB
CMYK
RGB Variations
Color information
#B0DBD3 (or 0xB0DBD3) is known color: Scandal. HEX triplet: B0, DB and D3. RGB value is (176,219,211). Sum of RGB (Red+Green+Blue) = 176+219+211=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBD3 is #4F242C. Grayscale: #CDCDCD. Windows color (decimal): -5186605 or 13884336. OLE color: 13884336.
HSL color Cylindrical-coordinate representation of color #B0DBD3: hue angle of 168.84º 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 #B0DBD3 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 211 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.14 |
| HSL | 168.84º | 0.37% | 0.77% | - |
| HSV(B) | 168.84º | 0.2% | 0.86% | - |
| XYZ | 54.99 | 64.6 | 71.2 | - |
| YUV | 205.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 211 | 0.20 | 0 | 0.04 | 0.14 | 168.84 | 0.37 | 0.77 |
| Hex | B0 | DB | D3 | 14 | 0 | 4 | E | A9 | 25 | 4D |
| Octal | 260 | 333 | 323 | 24 | 0 | 4 | 16 | 251 | 45 | 115 |
| Binary | 10110000 | 11011011 | 11010011 | 10100 | 0 | 100 | 1110 | 10101001 | 100101 | 1001101 |
Color Harmonies of #B0DBD3
Complementary color
Monochromatic Colors of #B0DBD3
Black with #B0DBD3
Text Example
Text Example
White with #B0DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBD3; }
p { color: rgb(176,219,211); }
H1.HeaderClassName
{
color: #B0DBD3;
}
.AnyTagClassName
{
color: #B0DBD3;
}
</style>
background-color css
<style>
a { background-color: #B0DBD3; }
a { background-color: rgb(176,219,211); }
div.DivClassName
{
background-color: #B0DBD3;
}
.BgClassName
{
background-color: #B0DBD3;
}
</style>
border-color css
<style>
span { border-color: #B0DBD3; }
span { border-color: rgb(176,219,211); }
td.TdClassName
{
border-color: #B0DBD3;
}
.TagClassName
{
border-color: #B0DBD3;
}
</style>