Shades of Scandal #B3D9D3
Tints of Scandal #B3D9D3
RGB
CMYK
RGB Variations
Color information
#B3D9D3 (or 0xB3D9D3) is known color: Scandal. HEX triplet: B3, D9 and D3. RGB value is (179,217,211). Sum of RGB (Red+Green+Blue) = 179+217+211=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9D3 is #4C262C. Grayscale: #CCCCCC. Windows color (decimal): -4990509 or 13883827. OLE color: 13883827.
HSL color Cylindrical-coordinate representation of color #B3D9D3: hue angle of 170.53º 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 #B3D9D3 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 217 | 211 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.15 |
| HSL | 170.53º | 0.33% | 0.78% | - |
| HSV(B) | 170.53º | 0.18% | 0.85% | - |
| XYZ | 55.16 | 63.91 | 71.06 | - |
| YUV | 204.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 217 | 211 | 0.18 | 0 | 0.03 | 0.15 | 170.53 | 0.33 | 0.78 |
| Hex | B3 | D9 | D3 | 12 | 0 | 3 | F | AB | 21 | 4E |
| Octal | 263 | 331 | 323 | 22 | 0 | 3 | 17 | 253 | 41 | 116 |
| Binary | 10110011 | 11011001 | 11010011 | 10010 | 0 | 11 | 1111 | 10101011 | 100001 | 1001110 |
Color Harmonies of #B3D9D3
Complementary color
Monochromatic Colors of #B3D9D3
Black with #B3D9D3
Text Example
Text Example
White with #B3D9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D9D3; }
p { color: rgb(179,217,211); }
H1.HeaderClassName
{
color: #B3D9D3;
}
.AnyTagClassName
{
color: #B3D9D3;
}
</style>
background-color css
<style>
a { background-color: #B3D9D3; }
a { background-color: rgb(179,217,211); }
div.DivClassName
{
background-color: #B3D9D3;
}
.BgClassName
{
background-color: #B3D9D3;
}
</style>
border-color css
<style>
span { border-color: #B3D9D3; }
span { border-color: rgb(179,217,211); }
td.TdClassName
{
border-color: #B3D9D3;
}
.TagClassName
{
border-color: #B3D9D3;
}
</style>