Shades of Scandal #B1DFDB
Tints of Scandal #B1DFDB
RGB
CMYK
RGB Variations
Color information
#B1DFDB (or 0xB1DFDB) is known color: Scandal. HEX triplet: B1, DF and DB. RGB value is (177,223,219). Sum of RGB (Red+Green+Blue) = 177+223+219=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFDB is #4E2024. Grayscale: #D0D0D0. Windows color (decimal): -5120037 or 14409649. OLE color: 14409649.
HSL color Cylindrical-coordinate representation of color #B1DFDB: hue angle of 174.78º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFDB is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 219 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.13 |
| HSL | 174.78º | 0.42% | 0.78% | - |
| HSV(B) | 174.78º | 0.21% | 0.87% | - |
| XYZ | 57.31 | 67.24 | 76.98 | - |
| YUV | 208.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 219 | 0.21 | 0 | 0.02 | 0.13 | 174.78 | 0.42 | 0.78 |
| Hex | B1 | DF | DB | 15 | 0 | 2 | D | AF | 2A | 4E |
| Octal | 261 | 337 | 333 | 25 | 0 | 2 | 15 | 257 | 52 | 116 |
| Binary | 10110001 | 11011111 | 11011011 | 10101 | 0 | 10 | 1101 | 10101111 | 101010 | 1001110 |
Color Harmonies of #B1DFDB
Complementary color
Monochromatic Colors of #B1DFDB
Black with #B1DFDB
Text Example
Text Example
White with #B1DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFDB; }
p { color: rgb(177,223,219); }
H1.HeaderClassName
{
color: #B1DFDB;
}
.AnyTagClassName
{
color: #B1DFDB;
}
</style>
background-color css
<style>
a { background-color: #B1DFDB; }
a { background-color: rgb(177,223,219); }
div.DivClassName
{
background-color: #B1DFDB;
}
.BgClassName
{
background-color: #B1DFDB;
}
</style>
border-color css
<style>
span { border-color: #B1DFDB; }
span { border-color: rgb(177,223,219); }
td.TdClassName
{
border-color: #B1DFDB;
}
.TagClassName
{
border-color: #B1DFDB;
}
</style>