Shades of Scandal #B1DED8
Tints of Scandal #B1DED8
RGB
CMYK
RGB Variations
Color information
#B1DED8 (or 0xB1DED8) is known color: Scandal. HEX triplet: B1, DE and D8. RGB value is (177,222,216). Sum of RGB (Red+Green+Blue) = 177+222+216=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DED8 is #4E2127. Grayscale: #CFCFCF. Windows color (decimal): -5120296 or 14212785. OLE color: 14212785.
HSL color Cylindrical-coordinate representation of color #B1DED8: hue angle of 172º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DED8 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 216 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.13 |
| HSL | 172º | 0.41% | 0.78% | - |
| HSV(B) | 172º | 0.2% | 0.87% | - |
| XYZ | 56.65 | 66.55 | 74.83 | - |
| YUV | 207.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 216 | 0.20 | 0 | 0.03 | 0.13 | 172 | 0.41 | 0.78 |
| Hex | B1 | DE | D8 | 14 | 0 | 3 | D | AC | 29 | 4E |
| Octal | 261 | 336 | 330 | 24 | 0 | 3 | 15 | 254 | 51 | 116 |
| Binary | 10110001 | 11011110 | 11011000 | 10100 | 0 | 11 | 1101 | 10101100 | 101001 | 1001110 |
Color Harmonies of #B1DED8
Complementary color
Monochromatic Colors of #B1DED8
Black with #B1DED8
Text Example
Text Example
White with #B1DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DED8; }
p { color: rgb(177,222,216); }
H1.HeaderClassName
{
color: #B1DED8;
}
.AnyTagClassName
{
color: #B1DED8;
}
</style>
background-color css
<style>
a { background-color: #B1DED8; }
a { background-color: rgb(177,222,216); }
div.DivClassName
{
background-color: #B1DED8;
}
.BgClassName
{
background-color: #B1DED8;
}
</style>
border-color css
<style>
span { border-color: #B1DED8; }
span { border-color: rgb(177,222,216); }
td.TdClassName
{
border-color: #B1DED8;
}
.TagClassName
{
border-color: #B1DED8;
}
</style>