Shades of Scandal #B6DEDA
Tints of Scandal #B6DEDA
RGB
CMYK
RGB Variations
Color information
#B6DEDA (or 0xB6DEDA) is known color: Scandal. HEX triplet: B6, DE and DA. RGB value is (182,222,218). Sum of RGB (Red+Green+Blue) = 182+222+218=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #B6DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DEDA is #492125. Grayscale: #D1D1D1. Windows color (decimal): -4792614 or 14343862. OLE color: 14343862.
HSL color Cylindrical-coordinate representation of color #B6DEDA: hue angle of 174º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6DEDA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 222 | 218 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.13 |
| HSL | 174º | 0.38% | 0.79% | - |
| HSV(B) | 174º | 0.18% | 0.87% | - |
| XYZ | 58.07 | 67.25 | 76.25 | - |
| YUV | 209.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 222 | 218 | 0.18 | 0 | 0.02 | 0.13 | 174 | 0.38 | 0.79 |
| Hex | B6 | DE | DA | 12 | 0 | 2 | D | AE | 26 | 4F |
| Octal | 266 | 336 | 332 | 22 | 0 | 2 | 15 | 256 | 46 | 117 |
| Binary | 10110110 | 11011110 | 11011010 | 10010 | 0 | 10 | 1101 | 10101110 | 100110 | 1001111 |
Color Harmonies of #B6DEDA
Complementary color
Monochromatic Colors of #B6DEDA
Black with #B6DEDA
Text Example
Text Example
White with #B6DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DEDA; }
p { color: rgb(182,222,218); }
H1.HeaderClassName
{
color: #B6DEDA;
}
.AnyTagClassName
{
color: #B6DEDA;
}
</style>
background-color css
<style>
a { background-color: #B6DEDA; }
a { background-color: rgb(182,222,218); }
div.DivClassName
{
background-color: #B6DEDA;
}
.BgClassName
{
background-color: #B6DEDA;
}
</style>
border-color css
<style>
span { border-color: #B6DEDA; }
span { border-color: rgb(182,222,218); }
td.TdClassName
{
border-color: #B6DEDA;
}
.TagClassName
{
border-color: #B6DEDA;
}
</style>