Shades of Scandal #B3D5D0
Tints of Scandal #B3D5D0
RGB
CMYK
RGB Variations
Color information
#B3D5D0 (or 0xB3D5D0) is known color: Scandal. HEX triplet: B3, D5 and D0. RGB value is (179,213,208). Sum of RGB (Red+Green+Blue) = 179+213+208=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D5D0 is #4C2A2F. Grayscale: #CACACA. Windows color (decimal): -4991536 or 13686195. OLE color: 13686195.
HSL color Cylindrical-coordinate representation of color #B3D5D0: hue angle of 171.18º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D5D0 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 213 | 208 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.16 |
| HSL | 171.18º | 0.29% | 0.77% | - |
| HSV(B) | 171.18º | 0.16% | 0.84% | - |
| XYZ | 53.77 | 61.73 | 68.75 | - |
| YUV | 202.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 213 | 208 | 0.16 | 0 | 0.02 | 0.16 | 171.18 | 0.29 | 0.77 |
| Hex | B3 | D5 | D0 | 10 | 0 | 2 | 10 | AB | 1D | 4D |
| Octal | 263 | 325 | 320 | 20 | 0 | 2 | 20 | 253 | 35 | 115 |
| Binary | 10110011 | 11010101 | 11010000 | 10000 | 0 | 10 | 10000 | 10101011 | 11101 | 1001101 |
Color Harmonies of #B3D5D0
Complementary color
Monochromatic Colors of #B3D5D0
Black with #B3D5D0
Text Example
Text Example
White with #B3D5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D5D0; }
p { color: rgb(179,213,208); }
H1.HeaderClassName
{
color: #B3D5D0;
}
.AnyTagClassName
{
color: #B3D5D0;
}
</style>
background-color css
<style>
a { background-color: #B3D5D0; }
a { background-color: rgb(179,213,208); }
div.DivClassName
{
background-color: #B3D5D0;
}
.BgClassName
{
background-color: #B3D5D0;
}
</style>
border-color css
<style>
span { border-color: #B3D5D0; }
span { border-color: rgb(179,213,208); }
td.TdClassName
{
border-color: #B3D5D0;
}
.TagClassName
{
border-color: #B3D5D0;
}
</style>