Shades of Scandal #B1DFDC
Tints of Scandal #B1DFDC
RGB
CMYK
RGB Variations
Color information
#B1DFDC (or 0xB1DFDC) is known color: Scandal. HEX triplet: B1, DF and DC. RGB value is (177,223,220). Sum of RGB (Red+Green+Blue) = 177+223+220=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFDC is #4E2023. Grayscale: #D0D0D0. Windows color (decimal): -5120036 or 14475185. OLE color: 14475185.
HSL color Cylindrical-coordinate representation of color #B1DFDC: hue angle of 176.09º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFDC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 220 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.13 |
| HSL | 176.09º | 0.42% | 0.78% | - |
| HSV(B) | 176.09º | 0.21% | 0.87% | - |
| XYZ | 57.44 | 67.29 | 77.67 | - |
| YUV | 208.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 220 | 0.21 | 0 | 0.01 | 0.13 | 176.09 | 0.42 | 0.78 |
| Hex | B1 | DF | DC | 15 | 0 | 1 | D | B0 | 2A | 4E |
| Octal | 261 | 337 | 334 | 25 | 0 | 1 | 15 | 260 | 52 | 116 |
| Binary | 10110001 | 11011111 | 11011100 | 10101 | 0 | 1 | 1101 | 10110000 | 101010 | 1001110 |
Color Harmonies of #B1DFDC
Complementary color
Monochromatic Colors of #B1DFDC
Black with #B1DFDC
Text Example
Text Example
White with #B1DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFDC; }
p { color: rgb(177,223,220); }
H1.HeaderClassName
{
color: #B1DFDC;
}
.AnyTagClassName
{
color: #B1DFDC;
}
</style>
background-color css
<style>
a { background-color: #B1DFDC; }
a { background-color: rgb(177,223,220); }
div.DivClassName
{
background-color: #B1DFDC;
}
.BgClassName
{
background-color: #B1DFDC;
}
</style>
border-color css
<style>
span { border-color: #B1DFDC; }
span { border-color: rgb(177,223,220); }
td.TdClassName
{
border-color: #B1DFDC;
}
.TagClassName
{
border-color: #B1DFDC;
}
</style>