Shades of Scandal #B2DFDC
Tints of Scandal #B2DFDC
RGB
CMYK
RGB Variations
Color information
#B2DFDC (or 0xB2DFDC) is known color: Scandal. HEX triplet: B2, DF and DC. RGB value is (178,223,220). Sum of RGB (Red+Green+Blue) = 178+223+220=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFDC is #4D2023. Grayscale: #D1D1D1. Windows color (decimal): -5054500 or 14475186. OLE color: 14475186.
HSL color Cylindrical-coordinate representation of color #B2DFDC: hue angle of 176º 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 #B2DFDC is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 220 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.13 |
| HSL | 176º | 0.41% | 0.79% | - |
| HSV(B) | 176º | 0.2% | 0.87% | - |
| XYZ | 57.67 | 67.41 | 77.68 | - |
| YUV | 209.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 220 | 0.20 | 0 | 0.01 | 0.13 | 176 | 0.41 | 0.79 |
| Hex | B2 | DF | DC | 14 | 0 | 1 | D | B0 | 29 | 4F |
| Octal | 262 | 337 | 334 | 24 | 0 | 1 | 15 | 260 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11011100 | 10100 | 0 | 1 | 1101 | 10110000 | 101001 | 1001111 |
Color Harmonies of #B2DFDC
Complementary color
Monochromatic Colors of #B2DFDC
Black with #B2DFDC
Text Example
Text Example
White with #B2DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFDC; }
p { color: rgb(178,223,220); }
H1.HeaderClassName
{
color: #B2DFDC;
}
.AnyTagClassName
{
color: #B2DFDC;
}
</style>
background-color css
<style>
a { background-color: #B2DFDC; }
a { background-color: rgb(178,223,220); }
div.DivClassName
{
background-color: #B2DFDC;
}
.BgClassName
{
background-color: #B2DFDC;
}
</style>
border-color css
<style>
span { border-color: #B2DFDC; }
span { border-color: rgb(178,223,220); }
td.TdClassName
{
border-color: #B2DFDC;
}
.TagClassName
{
border-color: #B2DFDC;
}
</style>