Shades of Scandal #B2DCD4
Tints of Scandal #B2DCD4
RGB
CMYK
RGB Variations
Color information
#B2DCD4 (or 0xB2DCD4) is known color: Scandal. HEX triplet: B2, DC and D4. RGB value is (178,220,212). Sum of RGB (Red+Green+Blue) = 178+220+212=610 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.18% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCD4 is #4D232B. Grayscale: #CECECE. Windows color (decimal): -5055276 or 13950130. OLE color: 13950130.
HSL color Cylindrical-coordinate representation of color #B2DCD4: hue angle of 168.57º 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 #B2DCD4 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 178 | 220 | 212 | - |
CMYK | 0.19 | 0 | 0.04 | 0.14 |
HSL | 168.57º | 0.38% | 0.78% | - |
HSV(B) | 168.57º | 0.19% | 0.86% | - |
XYZ | 55.84 | 65.4 | 71.97 | - |
YUV | 206.53 | 131.09 | 107.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 220 | 212 | 0.19 | 0 | 0.04 | 0.14 | 168.57 | 0.38 | 0.78 |
Hex | B2 | DC | D4 | 13 | 0 | 4 | E | A9 | 26 | 4E |
Octal | 262 | 334 | 324 | 23 | 0 | 4 | 16 | 251 | 46 | 116 |
Binary | 10110010 | 11011100 | 11010100 | 10011 | 0 | 100 | 1110 | 10101001 | 100110 | 1001110 |
Color Harmonies of #B2DCD4
Complementary color
Monochromatic Colors of #B2DCD4
Black with #B2DCD4
Text Example
Text Example
White with #B2DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCD4; }
p { color: rgb(178,220,212); }
H1.HeaderClassName
{
color: #B2DCD4;
}
.AnyTagClassName
{
color: #B2DCD4;
}
</style>
background-color css
<style>
a { background-color: #B2DCD4; }
a { background-color: rgb(178,220,212); }
div.DivClassName
{
background-color: #B2DCD4;
}
.BgClassName
{
background-color: #B2DCD4;
}
</style>
border-color css
<style>
span { border-color: #B2DCD4; }
span { border-color: rgb(178,220,212); }
td.TdClassName
{
border-color: #B2DCD4;
}
.TagClassName
{
border-color: #B2DCD4;
}
</style>