Shades of Scandal #B1DCD5
Tints of Scandal #B1DCD5
RGB
CMYK
RGB Variations
Color information
#B1DCD5 (or 0xB1DCD5) is known color: Scandal. HEX triplet: B1, DC and D5. RGB value is (177,220,213). Sum of RGB (Red+Green+Blue) = 177+220+213=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCD5 is #4E232A. Grayscale: #CECECE. Windows color (decimal): -5120811 or 14015665. OLE color: 14015665.
HSL color Cylindrical-coordinate representation of color #B1DCD5: hue angle of 170.23º 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 #B1DCD5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 213 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.14 |
| HSL | 170.23º | 0.38% | 0.78% | - |
| HSV(B) | 170.23º | 0.2% | 0.86% | - |
| XYZ | 55.73 | 65.34 | 72.62 | - |
| YUV | 206.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 213 | 0.20 | 0 | 0.03 | 0.14 | 170.23 | 0.38 | 0.78 |
| Hex | B1 | DC | D5 | 14 | 0 | 3 | E | AA | 26 | 4E |
| Octal | 261 | 334 | 325 | 24 | 0 | 3 | 16 | 252 | 46 | 116 |
| Binary | 10110001 | 11011100 | 11010101 | 10100 | 0 | 11 | 1110 | 10101010 | 100110 | 1001110 |
Color Harmonies of #B1DCD5
Complementary color
Monochromatic Colors of #B1DCD5
Black with #B1DCD5
Text Example
Text Example
White with #B1DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCD5; }
p { color: rgb(177,220,213); }
H1.HeaderClassName
{
color: #B1DCD5;
}
.AnyTagClassName
{
color: #B1DCD5;
}
</style>
background-color css
<style>
a { background-color: #B1DCD5; }
a { background-color: rgb(177,220,213); }
div.DivClassName
{
background-color: #B1DCD5;
}
.BgClassName
{
background-color: #B1DCD5;
}
</style>
border-color css
<style>
span { border-color: #B1DCD5; }
span { border-color: rgb(177,220,213); }
td.TdClassName
{
border-color: #B1DCD5;
}
.TagClassName
{
border-color: #B1DCD5;
}
</style>