Shades of Scandal #B3D7D6
Tints of Scandal #B3D7D6
RGB
CMYK
RGB Variations
Color information
#B3D7D6 (or 0xB3D7D6) is known color: Scandal. HEX triplet: B3, D7 and D6. RGB value is (179,215,214). Sum of RGB (Red+Green+Blue) = 179+215+214=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D7D6 is #4C2829. Grayscale: #CCCCCC. Windows color (decimal): -4991018 or 14079923. OLE color: 14079923.
HSL color Cylindrical-coordinate representation of color #B3D7D6: hue angle of 178.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3D7D6 is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 215 | 214 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.16 |
| HSL | 178.33º | 0.31% | 0.77% | - |
| HSV(B) | 178.33º | 0.17% | 0.84% | - |
| XYZ | 55.03 | 63.04 | 72.89 | - |
| YUV | 204.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 215 | 214 | 0.17 | 0 | 0.00 | 0.16 | 178.33 | 0.31 | 0.77 |
| Hex | B3 | D7 | D6 | 11 | 0 | 0 | 10 | B2 | 1F | 4D |
| Octal | 263 | 327 | 326 | 21 | 0 | 0 | 20 | 262 | 37 | 115 |
| Binary | 10110011 | 11010111 | 11010110 | 10001 | 0 | 0 | 10000 | 10110010 | 11111 | 1001101 |
Color Harmonies of #B3D7D6
Complementary color
Monochromatic Colors of #B3D7D6
Black with #B3D7D6
Text Example
Text Example
White with #B3D7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D7D6; }
p { color: rgb(179,215,214); }
H1.HeaderClassName
{
color: #B3D7D6;
}
.AnyTagClassName
{
color: #B3D7D6;
}
</style>
background-color css
<style>
a { background-color: #B3D7D6; }
a { background-color: rgb(179,215,214); }
div.DivClassName
{
background-color: #B3D7D6;
}
.BgClassName
{
background-color: #B3D7D6;
}
</style>
border-color css
<style>
span { border-color: #B3D7D6; }
span { border-color: rgb(179,215,214); }
td.TdClassName
{
border-color: #B3D7D6;
}
.TagClassName
{
border-color: #B3D7D6;
}
</style>