Shades of Scandal #B4DCDA
Tints of Scandal #B4DCDA
RGB
CMYK
RGB Variations
Color information
#B4DCDA (or 0xB4DCDA) is known color: Scandal. HEX triplet: B4, DC and DA. RGB value is (180,220,218). Sum of RGB (Red+Green+Blue) = 180+220+218=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCDA is #4B2325. Grayscale: #CFCFCF. Windows color (decimal): -4924198 or 14343348. OLE color: 14343348.
HSL color Cylindrical-coordinate representation of color #B4DCDA: hue angle of 177º 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 #B4DCDA is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 218 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.14 |
| HSL | 177º | 0.36% | 0.78% | - |
| HSV(B) | 177º | 0.18% | 0.86% | - |
| XYZ | 57.07 | 65.95 | 76.05 | - |
| YUV | 207.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 218 | 0.18 | 0 | 0.01 | 0.14 | 177 | 0.36 | 0.78 |
| Hex | B4 | DC | DA | 12 | 0 | 1 | E | B1 | 24 | 4E |
| Octal | 264 | 334 | 332 | 22 | 0 | 1 | 16 | 261 | 44 | 116 |
| Binary | 10110100 | 11011100 | 11011010 | 10010 | 0 | 1 | 1110 | 10110001 | 100100 | 1001110 |
Color Harmonies of #B4DCDA
Complementary color
Monochromatic Colors of #B4DCDA
Black with #B4DCDA
Text Example
Text Example
White with #B4DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCDA; }
p { color: rgb(180,220,218); }
H1.HeaderClassName
{
color: #B4DCDA;
}
.AnyTagClassName
{
color: #B4DCDA;
}
</style>
background-color css
<style>
a { background-color: #B4DCDA; }
a { background-color: rgb(180,220,218); }
div.DivClassName
{
background-color: #B4DCDA;
}
.BgClassName
{
background-color: #B4DCDA;
}
</style>
border-color css
<style>
span { border-color: #B4DCDA; }
span { border-color: rgb(180,220,218); }
td.TdClassName
{
border-color: #B4DCDA;
}
.TagClassName
{
border-color: #B4DCDA;
}
</style>