Shades of Scandal #B3DFDC
Tints of Scandal #B3DFDC
RGB
CMYK
RGB Variations
Color information
#B3DFDC (or 0xB3DFDC) is known color: Scandal. HEX triplet: B3, DF and DC. RGB value is (179,223,220). Sum of RGB (Red+Green+Blue) = 179+223+220=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFDC is #4C2023. Grayscale: #D1D1D1. Windows color (decimal): -4988964 or 14475187. OLE color: 14475187.
HSL color Cylindrical-coordinate representation of color #B3DFDC: hue angle of 175.91º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DFDC is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 220 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.13 |
| HSL | 175.91º | 0.41% | 0.79% | - |
| HSV(B) | 175.91º | 0.2% | 0.87% | - |
| XYZ | 57.9 | 67.53 | 77.69 | - |
| YUV | 209.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 220 | 0.20 | 0 | 0.01 | 0.13 | 175.91 | 0.41 | 0.79 |
| Hex | B3 | DF | DC | 14 | 0 | 1 | D | B0 | 29 | 4F |
| Octal | 263 | 337 | 334 | 24 | 0 | 1 | 15 | 260 | 51 | 117 |
| Binary | 10110011 | 11011111 | 11011100 | 10100 | 0 | 1 | 1101 | 10110000 | 101001 | 1001111 |
Color Harmonies of #B3DFDC
Complementary color
Monochromatic Colors of #B3DFDC
Black with #B3DFDC
Text Example
Text Example
White with #B3DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DFDC; }
p { color: rgb(179,223,220); }
H1.HeaderClassName
{
color: #B3DFDC;
}
.AnyTagClassName
{
color: #B3DFDC;
}
</style>
background-color css
<style>
a { background-color: #B3DFDC; }
a { background-color: rgb(179,223,220); }
div.DivClassName
{
background-color: #B3DFDC;
}
.BgClassName
{
background-color: #B3DFDC;
}
</style>
border-color css
<style>
span { border-color: #B3DFDC; }
span { border-color: rgb(179,223,220); }
td.TdClassName
{
border-color: #B3DFDC;
}
.TagClassName
{
border-color: #B3DFDC;
}
</style>