Shades of Scandal #B1DCD2
Tints of Scandal #B1DCD2
RGB
CMYK
RGB Variations
Color information
#B1DCD2 (or 0xB1DCD2) is known color: Scandal. HEX triplet: B1, DC and D2. RGB value is (177,220,210). Sum of RGB (Red+Green+Blue) = 177+220+210=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCD2 is #4E232D. Grayscale: #CDCDCD. Windows color (decimal): -5120814 or 13819057. OLE color: 13819057.
HSL color Cylindrical-coordinate representation of color #B1DCD2: hue angle of 166.05º 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 #B1DCD2 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 210 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.14 |
| HSL | 166.05º | 0.38% | 0.78% | - |
| HSV(B) | 166.05º | 0.2% | 0.86% | - |
| XYZ | 55.36 | 65.19 | 70.64 | - |
| YUV | 206 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 210 | 0.20 | 0 | 0.05 | 0.14 | 166.05 | 0.38 | 0.78 |
| Hex | B1 | DC | D2 | 14 | 0 | 5 | E | A6 | 26 | 4E |
| Octal | 261 | 334 | 322 | 24 | 0 | 5 | 16 | 246 | 46 | 116 |
| Binary | 10110001 | 11011100 | 11010010 | 10100 | 0 | 101 | 1110 | 10100110 | 100110 | 1001110 |
Color Harmonies of #B1DCD2
Complementary color
Monochromatic Colors of #B1DCD2
Black with #B1DCD2
Text Example
Text Example
White with #B1DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCD2; }
p { color: rgb(177,220,210); }
H1.HeaderClassName
{
color: #B1DCD2;
}
.AnyTagClassName
{
color: #B1DCD2;
}
</style>
background-color css
<style>
a { background-color: #B1DCD2; }
a { background-color: rgb(177,220,210); }
div.DivClassName
{
background-color: #B1DCD2;
}
.BgClassName
{
background-color: #B1DCD2;
}
</style>
border-color css
<style>
span { border-color: #B1DCD2; }
span { border-color: rgb(177,220,210); }
td.TdClassName
{
border-color: #B1DCD2;
}
.TagClassName
{
border-color: #B1DCD2;
}
</style>