Shades of Scandal #B4DCD4
Tints of Scandal #B4DCD4
RGB
CMYK
RGB Variations
Color information
#B4DCD4 (or 0xB4DCD4) is known color: Scandal. HEX triplet: B4, DC and D4. RGB value is (180,220,212). Sum of RGB (Red+Green+Blue) = 180+220+212=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCD4 is #4B232B. Grayscale: #CFCFCF. Windows color (decimal): -4924204 or 13950132. OLE color: 13950132.
HSL color Cylindrical-coordinate representation of color #B4DCD4: hue angle of 168º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCD4 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 212 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.14 |
| HSL | 168º | 0.36% | 0.78% | - |
| HSV(B) | 168º | 0.18% | 0.86% | - |
| XYZ | 56.3 | 65.64 | 71.99 | - |
| YUV | 207.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 212 | 0.18 | 0 | 0.04 | 0.14 | 168 | 0.36 | 0.78 |
| Hex | B4 | DC | D4 | 12 | 0 | 4 | E | A8 | 24 | 4E |
| Octal | 264 | 334 | 324 | 22 | 0 | 4 | 16 | 250 | 44 | 116 |
| Binary | 10110100 | 11011100 | 11010100 | 10010 | 0 | 100 | 1110 | 10101000 | 100100 | 1001110 |
Color Harmonies of #B4DCD4
Complementary color
Monochromatic Colors of #B4DCD4
Black with #B4DCD4
Text Example
Text Example
White with #B4DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCD4; }
p { color: rgb(180,220,212); }
H1.HeaderClassName
{
color: #B4DCD4;
}
.AnyTagClassName
{
color: #B4DCD4;
}
</style>
background-color css
<style>
a { background-color: #B4DCD4; }
a { background-color: rgb(180,220,212); }
div.DivClassName
{
background-color: #B4DCD4;
}
.BgClassName
{
background-color: #B4DCD4;
}
</style>
border-color css
<style>
span { border-color: #B4DCD4; }
span { border-color: rgb(180,220,212); }
td.TdClassName
{
border-color: #B4DCD4;
}
.TagClassName
{
border-color: #B4DCD4;
}
</style>