Shades of Scandal #B3DDDB
Tints of Scandal #B3DDDB
RGB
CMYK
RGB Variations
Color information
#B3DDDB (or 0xB3DDDB) is known color: Scandal. HEX triplet: B3, DD and DB. RGB value is (179,221,219). Sum of RGB (Red+Green+Blue) = 179+221+219=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDDB is #4C2224. Grayscale: #D0D0D0. Windows color (decimal): -4989477 or 14409139. OLE color: 14409139.
HSL color Cylindrical-coordinate representation of color #B3DDDB: hue angle of 177.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DDDB is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 219 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.13 |
| HSL | 177.14º | 0.38% | 0.78% | - |
| HSV(B) | 177.14º | 0.19% | 0.87% | - |
| XYZ | 57.23 | 66.41 | 76.82 | - |
| YUV | 208.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 219 | 0.19 | 0 | 0.01 | 0.13 | 177.14 | 0.38 | 0.78 |
| Hex | B3 | DD | DB | 13 | 0 | 1 | D | B1 | 26 | 4E |
| Octal | 263 | 335 | 333 | 23 | 0 | 1 | 15 | 261 | 46 | 116 |
| Binary | 10110011 | 11011101 | 11011011 | 10011 | 0 | 1 | 1101 | 10110001 | 100110 | 1001110 |
Color Harmonies of #B3DDDB
Complementary color
Monochromatic Colors of #B3DDDB
Black with #B3DDDB
Text Example
Text Example
White with #B3DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDDB; }
p { color: rgb(179,221,219); }
H1.HeaderClassName
{
color: #B3DDDB;
}
.AnyTagClassName
{
color: #B3DDDB;
}
</style>
background-color css
<style>
a { background-color: #B3DDDB; }
a { background-color: rgb(179,221,219); }
div.DivClassName
{
background-color: #B3DDDB;
}
.BgClassName
{
background-color: #B3DDDB;
}
</style>
border-color css
<style>
span { border-color: #B3DDDB; }
span { border-color: rgb(179,221,219); }
td.TdClassName
{
border-color: #B3DDDB;
}
.TagClassName
{
border-color: #B3DDDB;
}
</style>