Shades of Scandal #B4DCD5
Tints of Scandal #B4DCD5
RGB
CMYK
RGB Variations
Color information
#B4DCD5 (or 0xB4DCD5) is known color: Scandal. HEX triplet: B4, DC and D5. RGB value is (180,220,213). Sum of RGB (Red+Green+Blue) = 180+220+213=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCD5 is #4B232A. Grayscale: #CFCFCF. Windows color (decimal): -4924203 or 14015668. OLE color: 14015668.
HSL color Cylindrical-coordinate representation of color #B4DCD5: hue angle of 169.5º 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 #B4DCD5 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 213 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.14 |
| HSL | 169.5º | 0.36% | 0.78% | - |
| HSV(B) | 169.5º | 0.18% | 0.86% | - |
| XYZ | 56.43 | 65.69 | 72.66 | - |
| YUV | 207.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 213 | 0.18 | 0 | 0.03 | 0.14 | 169.5 | 0.36 | 0.78 |
| Hex | B4 | DC | D5 | 12 | 0 | 3 | E | AA | 24 | 4E |
| Octal | 264 | 334 | 325 | 22 | 0 | 3 | 16 | 252 | 44 | 116 |
| Binary | 10110100 | 11011100 | 11010101 | 10010 | 0 | 11 | 1110 | 10101010 | 100100 | 1001110 |
Color Harmonies of #B4DCD5
Complementary color
Monochromatic Colors of #B4DCD5
Black with #B4DCD5
Text Example
Text Example
White with #B4DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCD5; }
p { color: rgb(180,220,213); }
H1.HeaderClassName
{
color: #B4DCD5;
}
.AnyTagClassName
{
color: #B4DCD5;
}
</style>
background-color css
<style>
a { background-color: #B4DCD5; }
a { background-color: rgb(180,220,213); }
div.DivClassName
{
background-color: #B4DCD5;
}
.BgClassName
{
background-color: #B4DCD5;
}
</style>
border-color css
<style>
span { border-color: #B4DCD5; }
span { border-color: rgb(180,220,213); }
td.TdClassName
{
border-color: #B4DCD5;
}
.TagClassName
{
border-color: #B4DCD5;
}
</style>