Shades of Scandal #B3DFDB
Tints of Scandal #B3DFDB
RGB
CMYK
RGB Variations
Color information
#B3DFDB (or 0xB3DFDB) is known color: Scandal. HEX triplet: B3, DF and DB. RGB value is (179,223,219). Sum of RGB (Red+Green+Blue) = 179+223+219=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFDB is #4C2024. Grayscale: #D1D1D1. Windows color (decimal): -4988965 or 14409651. OLE color: 14409651.
HSL color Cylindrical-coordinate representation of color #B3DFDB: hue angle of 174.55º 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 #B3DFDB is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 219 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.13 |
| HSL | 174.55º | 0.41% | 0.79% | - |
| HSV(B) | 174.55º | 0.2% | 0.87% | - |
| XYZ | 57.76 | 67.47 | 77 | - |
| YUV | 209.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 219 | 0.20 | 0 | 0.02 | 0.13 | 174.55 | 0.41 | 0.79 |
| Hex | B3 | DF | DB | 14 | 0 | 2 | D | AF | 29 | 4F |
| Octal | 263 | 337 | 333 | 24 | 0 | 2 | 15 | 257 | 51 | 117 |
| Binary | 10110011 | 11011111 | 11011011 | 10100 | 0 | 10 | 1101 | 10101111 | 101001 | 1001111 |
Color Harmonies of #B3DFDB
Complementary color
Monochromatic Colors of #B3DFDB
Black with #B3DFDB
Text Example
Text Example
White with #B3DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DFDB; }
p { color: rgb(179,223,219); }
H1.HeaderClassName
{
color: #B3DFDB;
}
.AnyTagClassName
{
color: #B3DFDB;
}
</style>
background-color css
<style>
a { background-color: #B3DFDB; }
a { background-color: rgb(179,223,219); }
div.DivClassName
{
background-color: #B3DFDB;
}
.BgClassName
{
background-color: #B3DFDB;
}
</style>
border-color css
<style>
span { border-color: #B3DFDB; }
span { border-color: rgb(179,223,219); }
td.TdClassName
{
border-color: #B3DFDB;
}
.TagClassName
{
border-color: #B3DFDB;
}
</style>