Shades of Scandal #B2DCD5
Tints of Scandal #B2DCD5
RGB
CMYK
RGB Variations
Color information
#B2DCD5 (or 0xB2DCD5) is known color: Scandal. HEX triplet: B2, DC and D5. RGB value is (178,220,213). Sum of RGB (Red+Green+Blue) = 178+220+213=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCD5 is #4D232A. Grayscale: #CECECE. Windows color (decimal): -5055275 or 14015666. OLE color: 14015666.
HSL color Cylindrical-coordinate representation of color #B2DCD5: hue angle of 170º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DCD5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 213 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.14 |
| HSL | 170º | 0.38% | 0.78% | - |
| HSV(B) | 170º | 0.19% | 0.86% | - |
| XYZ | 55.96 | 65.46 | 72.64 | - |
| YUV | 206.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 213 | 0.19 | 0 | 0.03 | 0.14 | 170 | 0.38 | 0.78 |
| Hex | B2 | DC | D5 | 13 | 0 | 3 | E | AA | 26 | 4E |
| Octal | 262 | 334 | 325 | 23 | 0 | 3 | 16 | 252 | 46 | 116 |
| Binary | 10110010 | 11011100 | 11010101 | 10011 | 0 | 11 | 1110 | 10101010 | 100110 | 1001110 |
Color Harmonies of #B2DCD5
Complementary color
Monochromatic Colors of #B2DCD5
Black with #B2DCD5
Text Example
Text Example
White with #B2DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCD5; }
p { color: rgb(178,220,213); }
H1.HeaderClassName
{
color: #B2DCD5;
}
.AnyTagClassName
{
color: #B2DCD5;
}
</style>
background-color css
<style>
a { background-color: #B2DCD5; }
a { background-color: rgb(178,220,213); }
div.DivClassName
{
background-color: #B2DCD5;
}
.BgClassName
{
background-color: #B2DCD5;
}
</style>
border-color css
<style>
span { border-color: #B2DCD5; }
span { border-color: rgb(178,220,213); }
td.TdClassName
{
border-color: #B2DCD5;
}
.TagClassName
{
border-color: #B2DCD5;
}
</style>