Shades of Scandal #B2DCD3
Tints of Scandal #B2DCD3
RGB
CMYK
RGB Variations
Color information
#B2DCD3 (or 0xB2DCD3) is known color: Scandal. HEX triplet: B2, DC and D3. RGB value is (178,220,211). Sum of RGB (Red+Green+Blue) = 178+220+211=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCD3 is #4D232C. Grayscale: #CECECE. Windows color (decimal): -5055277 or 13884594. OLE color: 13884594.
HSL color Cylindrical-coordinate representation of color #B2DCD3: hue angle of 167.14º 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 #B2DCD3 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 211 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.14 |
| HSL | 167.14º | 0.38% | 0.78% | - |
| HSV(B) | 167.14º | 0.19% | 0.86% | - |
| XYZ | 55.71 | 65.35 | 71.31 | - |
| YUV | 206.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 211 | 0.19 | 0 | 0.04 | 0.14 | 167.14 | 0.38 | 0.78 |
| Hex | B2 | DC | D3 | 13 | 0 | 4 | E | A7 | 26 | 4E |
| Octal | 262 | 334 | 323 | 23 | 0 | 4 | 16 | 247 | 46 | 116 |
| Binary | 10110010 | 11011100 | 11010011 | 10011 | 0 | 100 | 1110 | 10100111 | 100110 | 1001110 |
Color Harmonies of #B2DCD3
Complementary color
Monochromatic Colors of #B2DCD3
Black with #B2DCD3
Text Example
Text Example
White with #B2DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCD3; }
p { color: rgb(178,220,211); }
H1.HeaderClassName
{
color: #B2DCD3;
}
.AnyTagClassName
{
color: #B2DCD3;
}
</style>
background-color css
<style>
a { background-color: #B2DCD3; }
a { background-color: rgb(178,220,211); }
div.DivClassName
{
background-color: #B2DCD3;
}
.BgClassName
{
background-color: #B2DCD3;
}
</style>
border-color css
<style>
span { border-color: #B2DCD3; }
span { border-color: rgb(178,220,211); }
td.TdClassName
{
border-color: #B2DCD3;
}
.TagClassName
{
border-color: #B2DCD3;
}
</style>