Shades of Scandal #B3D7D5
Tints of Scandal #B3D7D5
RGB
CMYK
RGB Variations
Color information
#B3D7D5 (or 0xB3D7D5) is known color: Scandal. HEX triplet: B3, D7 and D5. RGB value is (179,215,213). Sum of RGB (Red+Green+Blue) = 179+215+213=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D7D5 is #4C282A. Grayscale: #CBCBCB. Windows color (decimal): -4991019 or 14014387. OLE color: 14014387.
HSL color Cylindrical-coordinate representation of color #B3D7D5: hue angle of 176.67º 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 #B3D7D5 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 215 | 213 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.16 |
| HSL | 176.67º | 0.31% | 0.77% | - |
| HSV(B) | 176.67º | 0.17% | 0.84% | - |
| XYZ | 54.9 | 62.99 | 72.22 | - |
| YUV | 204.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 215 | 213 | 0.17 | 0 | 0.01 | 0.16 | 176.67 | 0.31 | 0.77 |
| Hex | B3 | D7 | D5 | 11 | 0 | 1 | 10 | B1 | 1F | 4D |
| Octal | 263 | 327 | 325 | 21 | 0 | 1 | 20 | 261 | 37 | 115 |
| Binary | 10110011 | 11010111 | 11010101 | 10001 | 0 | 1 | 10000 | 10110001 | 11111 | 1001101 |
Color Harmonies of #B3D7D5
Complementary color
Monochromatic Colors of #B3D7D5
Black with #B3D7D5
Text Example
Text Example
White with #B3D7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D7D5; }
p { color: rgb(179,215,213); }
H1.HeaderClassName
{
color: #B3D7D5;
}
.AnyTagClassName
{
color: #B3D7D5;
}
</style>
background-color css
<style>
a { background-color: #B3D7D5; }
a { background-color: rgb(179,215,213); }
div.DivClassName
{
background-color: #B3D7D5;
}
.BgClassName
{
background-color: #B3D7D5;
}
</style>
border-color css
<style>
span { border-color: #B3D7D5; }
span { border-color: rgb(179,215,213); }
td.TdClassName
{
border-color: #B3D7D5;
}
.TagClassName
{
border-color: #B3D7D5;
}
</style>