Shades of Scandal #B3D9D2
Tints of Scandal #B3D9D2
RGB
CMYK
RGB Variations
Color information
#B3D9D2 (or 0xB3D9D2) is known color: Scandal. HEX triplet: B3, D9 and D2. RGB value is (179,217,210). Sum of RGB (Red+Green+Blue) = 179+217+210=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9D2 is #4C262D. Grayscale: #CCCCCC. Windows color (decimal): -4990510 or 13818291. OLE color: 13818291.
HSL color Cylindrical-coordinate representation of color #B3D9D2: hue angle of 168.95º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3D9D2 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 217 | 210 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.15 |
| HSL | 168.95º | 0.33% | 0.78% | - |
| HSV(B) | 168.95º | 0.18% | 0.85% | - |
| XYZ | 55.04 | 63.86 | 70.4 | - |
| YUV | 204.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 217 | 210 | 0.18 | 0 | 0.03 | 0.15 | 168.95 | 0.33 | 0.78 |
| Hex | B3 | D9 | D2 | 12 | 0 | 3 | F | A9 | 21 | 4E |
| Octal | 263 | 331 | 322 | 22 | 0 | 3 | 17 | 251 | 41 | 116 |
| Binary | 10110011 | 11011001 | 11010010 | 10010 | 0 | 11 | 1111 | 10101001 | 100001 | 1001110 |
Color Harmonies of #B3D9D2
Complementary color
Monochromatic Colors of #B3D9D2
Black with #B3D9D2
Text Example
Text Example
White with #B3D9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D9D2; }
p { color: rgb(179,217,210); }
H1.HeaderClassName
{
color: #B3D9D2;
}
.AnyTagClassName
{
color: #B3D9D2;
}
</style>
background-color css
<style>
a { background-color: #B3D9D2; }
a { background-color: rgb(179,217,210); }
div.DivClassName
{
background-color: #B3D9D2;
}
.BgClassName
{
background-color: #B3D9D2;
}
</style>
border-color css
<style>
span { border-color: #B3D9D2; }
span { border-color: rgb(179,217,210); }
td.TdClassName
{
border-color: #B3D9D2;
}
.TagClassName
{
border-color: #B3D9D2;
}
</style>