Shades of Scandal #B1DCD6
Tints of Scandal #B1DCD6
RGB
CMYK
RGB Variations
Color information
#B1DCD6 (or 0xB1DCD6) is known color: Scandal. HEX triplet: B1, DC and D6. RGB value is (177,220,214). Sum of RGB (Red+Green+Blue) = 177+220+214=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCD6 is #4E2329. Grayscale: #CECECE. Windows color (decimal): -5120810 or 14081201. OLE color: 14081201.
HSL color Cylindrical-coordinate representation of color #B1DCD6: hue angle of 171.63º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DCD6 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 214 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.14 |
| HSL | 171.63º | 0.38% | 0.78% | - |
| HSV(B) | 171.63º | 0.2% | 0.86% | - |
| XYZ | 55.86 | 65.39 | 73.3 | - |
| YUV | 206.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 214 | 0.20 | 0 | 0.03 | 0.14 | 171.63 | 0.38 | 0.78 |
| Hex | B1 | DC | D6 | 14 | 0 | 3 | E | AC | 26 | 4E |
| Octal | 261 | 334 | 326 | 24 | 0 | 3 | 16 | 254 | 46 | 116 |
| Binary | 10110001 | 11011100 | 11010110 | 10100 | 0 | 11 | 1110 | 10101100 | 100110 | 1001110 |
Color Harmonies of #B1DCD6
Complementary color
Monochromatic Colors of #B1DCD6
Black with #B1DCD6
Text Example
Text Example
White with #B1DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCD6; }
p { color: rgb(177,220,214); }
H1.HeaderClassName
{
color: #B1DCD6;
}
.AnyTagClassName
{
color: #B1DCD6;
}
</style>
background-color css
<style>
a { background-color: #B1DCD6; }
a { background-color: rgb(177,220,214); }
div.DivClassName
{
background-color: #B1DCD6;
}
.BgClassName
{
background-color: #B1DCD6;
}
</style>
border-color css
<style>
span { border-color: #B1DCD6; }
span { border-color: rgb(177,220,214); }
td.TdClassName
{
border-color: #B1DCD6;
}
.TagClassName
{
border-color: #B1DCD6;
}
</style>