Shades of Scandal #B3D4D2
Tints of Scandal #B3D4D2
RGB
CMYK
RGB Variations
Color information
#B3D4D2 (or 0xB3D4D2) is known color: Scandal. HEX triplet: B3, D4 and D2. RGB value is (179,212,210). Sum of RGB (Red+Green+Blue) = 179+212+210=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D4D2 is #4C2B2D. Grayscale: #C9C9C9. Windows color (decimal): -4991790 or 13817011. OLE color: 13817011.
HSL color Cylindrical-coordinate representation of color #B3D4D2: hue angle of 176.36º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D4D2 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 212 | 210 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.17 |
| HSL | 176.36º | 0.28% | 0.77% | - |
| HSV(B) | 176.36º | 0.16% | 0.83% | - |
| XYZ | 53.77 | 61.32 | 69.98 | - |
| YUV | 201.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 210 | 0.16 | 0 | 0.01 | 0.17 | 176.36 | 0.28 | 0.77 |
| Hex | B3 | D4 | D2 | 10 | 0 | 1 | 11 | B0 | 1C | 4D |
| Octal | 263 | 324 | 322 | 20 | 0 | 1 | 21 | 260 | 34 | 115 |
| Binary | 10110011 | 11010100 | 11010010 | 10000 | 0 | 1 | 10001 | 10110000 | 11100 | 1001101 |
Color Harmonies of #B3D4D2
Complementary color
Monochromatic Colors of #B3D4D2
Black with #B3D4D2
Text Example
Text Example
White with #B3D4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D4D2; }
p { color: rgb(179,212,210); }
H1.HeaderClassName
{
color: #B3D4D2;
}
.AnyTagClassName
{
color: #B3D4D2;
}
</style>
background-color css
<style>
a { background-color: #B3D4D2; }
a { background-color: rgb(179,212,210); }
div.DivClassName
{
background-color: #B3D4D2;
}
.BgClassName
{
background-color: #B3D4D2;
}
</style>
border-color css
<style>
span { border-color: #B3D4D2; }
span { border-color: rgb(179,212,210); }
td.TdClassName
{
border-color: #B3D4D2;
}
.TagClassName
{
border-color: #B3D4D2;
}
</style>