Shades of Scandal #B0DBCF
Tints of Scandal #B0DBCF
RGB
CMYK
RGB Variations
Color information
#B0DBCF (or 0xB0DBCF) is known color: Scandal. HEX triplet: B0, DB and CF. RGB value is (176,219,207). Sum of RGB (Red+Green+Blue) = 176+219+207=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBCF is #4F2430. Grayscale: #CCCCCC. Windows color (decimal): -5186609 or 13622192. OLE color: 13622192.
HSL color Cylindrical-coordinate representation of color #B0DBCF: hue angle of 163.26º 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 #B0DBCF is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 207 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.14 |
| HSL | 163.26º | 0.37% | 0.77% | - |
| HSV(B) | 163.26º | 0.2% | 0.86% | - |
| XYZ | 54.5 | 64.4 | 68.59 | - |
| YUV | 204.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 207 | 0.20 | 0 | 0.05 | 0.14 | 163.26 | 0.37 | 0.77 |
| Hex | B0 | DB | CF | 14 | 0 | 5 | E | A3 | 25 | 4D |
| Octal | 260 | 333 | 317 | 24 | 0 | 5 | 16 | 243 | 45 | 115 |
| Binary | 10110000 | 11011011 | 11001111 | 10100 | 0 | 101 | 1110 | 10100011 | 100101 | 1001101 |
Color Harmonies of #B0DBCF
Complementary color
Monochromatic Colors of #B0DBCF
Black with #B0DBCF
Text Example
Text Example
White with #B0DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBCF; }
p { color: rgb(176,219,207); }
H1.HeaderClassName
{
color: #B0DBCF;
}
.AnyTagClassName
{
color: #B0DBCF;
}
</style>
background-color css
<style>
a { background-color: #B0DBCF; }
a { background-color: rgb(176,219,207); }
div.DivClassName
{
background-color: #B0DBCF;
}
.BgClassName
{
background-color: #B0DBCF;
}
</style>
border-color css
<style>
span { border-color: #B0DBCF; }
span { border-color: rgb(176,219,207); }
td.TdClassName
{
border-color: #B0DBCF;
}
.TagClassName
{
border-color: #B0DBCF;
}
</style>