Shades of Scandal #B0D8D3
Tints of Scandal #B0D8D3
RGB
CMYK
RGB Variations
Color information
#B0D8D3 (or 0xB0D8D3) is known color: Scandal. HEX triplet: B0, D8 and D3. RGB value is (176,216,211). Sum of RGB (Red+Green+Blue) = 176+216+211=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8D3 is #4F272C. Grayscale: #CBCBCB. Windows color (decimal): -5187373 or 13883568. OLE color: 13883568.
HSL color Cylindrical-coordinate representation of color #B0D8D3: hue angle of 172.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8D3 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 211 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.15 |
| HSL | 172.5º | 0.34% | 0.77% | - |
| HSV(B) | 172.5º | 0.19% | 0.85% | - |
| XYZ | 54.22 | 63.04 | 70.94 | - |
| YUV | 203.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 211 | 0.19 | 0 | 0.02 | 0.15 | 172.5 | 0.34 | 0.77 |
| Hex | B0 | D8 | D3 | 13 | 0 | 2 | F | AC | 22 | 4D |
| Octal | 260 | 330 | 323 | 23 | 0 | 2 | 17 | 254 | 42 | 115 |
| Binary | 10110000 | 11011000 | 11010011 | 10011 | 0 | 10 | 1111 | 10101100 | 100010 | 1001101 |
Color Harmonies of #B0D8D3
Complementary color
Monochromatic Colors of #B0D8D3
Black with #B0D8D3
Text Example
Text Example
White with #B0D8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D8D3; }
p { color: rgb(176,216,211); }
H1.HeaderClassName
{
color: #B0D8D3;
}
.AnyTagClassName
{
color: #B0D8D3;
}
</style>
background-color css
<style>
a { background-color: #B0D8D3; }
a { background-color: rgb(176,216,211); }
div.DivClassName
{
background-color: #B0D8D3;
}
.BgClassName
{
background-color: #B0D8D3;
}
</style>
border-color css
<style>
span { border-color: #B0D8D3; }
span { border-color: rgb(176,216,211); }
td.TdClassName
{
border-color: #B0D8D3;
}
.TagClassName
{
border-color: #B0D8D3;
}
</style>