Shades of Scandal #B1DEDA
Tints of Scandal #B1DEDA
RGB
CMYK
RGB Variations
Color information
#B1DEDA (or 0xB1DEDA) is known color: Scandal. HEX triplet: B1, DE and DA. RGB value is (177,222,218). Sum of RGB (Red+Green+Blue) = 177+222+218=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEDA is #4E2125. Grayscale: #D0D0D0. Windows color (decimal): -5120294 or 14343857. OLE color: 14343857.
HSL color Cylindrical-coordinate representation of color #B1DEDA: hue angle of 174.67º 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 #B1DEDA is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 218 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.13 |
| HSL | 174.67º | 0.41% | 0.78% | - |
| HSV(B) | 174.67º | 0.2% | 0.87% | - |
| XYZ | 56.91 | 66.65 | 76.2 | - |
| YUV | 208.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 218 | 0.20 | 0 | 0.02 | 0.13 | 174.67 | 0.41 | 0.78 |
| Hex | B1 | DE | DA | 14 | 0 | 2 | D | AF | 29 | 4E |
| Octal | 261 | 336 | 332 | 24 | 0 | 2 | 15 | 257 | 51 | 116 |
| Binary | 10110001 | 11011110 | 11011010 | 10100 | 0 | 10 | 1101 | 10101111 | 101001 | 1001110 |
Color Harmonies of #B1DEDA
Complementary color
Monochromatic Colors of #B1DEDA
Black with #B1DEDA
Text Example
Text Example
White with #B1DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DEDA; }
p { color: rgb(177,222,218); }
H1.HeaderClassName
{
color: #B1DEDA;
}
.AnyTagClassName
{
color: #B1DEDA;
}
</style>
background-color css
<style>
a { background-color: #B1DEDA; }
a { background-color: rgb(177,222,218); }
div.DivClassName
{
background-color: #B1DEDA;
}
.BgClassName
{
background-color: #B1DEDA;
}
</style>
border-color css
<style>
span { border-color: #B1DEDA; }
span { border-color: rgb(177,222,218); }
td.TdClassName
{
border-color: #B1DEDA;
}
.TagClassName
{
border-color: #B1DEDA;
}
</style>