Shades of Scandal #B2DFDB
Tints of Scandal #B2DFDB
RGB
CMYK
RGB Variations
Color information
#B2DFDB (or 0xB2DFDB) is known color: Scandal. HEX triplet: B2, DF and DB. RGB value is (178,223,219). Sum of RGB (Red+Green+Blue) = 178+223+219=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFDB is #4D2024. Grayscale: #D1D1D1. Windows color (decimal): -5054501 or 14409650. OLE color: 14409650.
HSL color Cylindrical-coordinate representation of color #B2DFDB: hue angle of 174.67º 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 #B2DFDB is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 219 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.13 |
| HSL | 174.67º | 0.41% | 0.79% | - |
| HSV(B) | 174.67º | 0.2% | 0.87% | - |
| XYZ | 57.53 | 67.35 | 76.99 | - |
| YUV | 209.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 219 | 0.20 | 0 | 0.02 | 0.13 | 174.67 | 0.41 | 0.79 |
| Hex | B2 | DF | DB | 14 | 0 | 2 | D | AF | 29 | 4F |
| Octal | 262 | 337 | 333 | 24 | 0 | 2 | 15 | 257 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11011011 | 10100 | 0 | 10 | 1101 | 10101111 | 101001 | 1001111 |
Color Harmonies of #B2DFDB
Complementary color
Monochromatic Colors of #B2DFDB
Black with #B2DFDB
Text Example
Text Example
White with #B2DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFDB; }
p { color: rgb(178,223,219); }
H1.HeaderClassName
{
color: #B2DFDB;
}
.AnyTagClassName
{
color: #B2DFDB;
}
</style>
background-color css
<style>
a { background-color: #B2DFDB; }
a { background-color: rgb(178,223,219); }
div.DivClassName
{
background-color: #B2DFDB;
}
.BgClassName
{
background-color: #B2DFDB;
}
</style>
border-color css
<style>
span { border-color: #B2DFDB; }
span { border-color: rgb(178,223,219); }
td.TdClassName
{
border-color: #B2DFDB;
}
.TagClassName
{
border-color: #B2DFDB;
}
</style>