Shades of Scandal #B4DEDA
Tints of Scandal #B4DEDA
RGB
CMYK
RGB Variations
Color information
#B4DEDA (or 0xB4DEDA) is known color: Scandal. HEX triplet: B4, DE and DA. RGB value is (180,222,218). Sum of RGB (Red+Green+Blue) = 180+222+218=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEDA is #4B2125. Grayscale: #D0D0D0. Windows color (decimal): -4923686 or 14343860. OLE color: 14343860.
HSL color Cylindrical-coordinate representation of color #B4DEDA: hue angle of 174.29º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DEDA is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 222 | 218 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.13 |
| HSL | 174.29º | 0.39% | 0.79% | - |
| HSV(B) | 174.29º | 0.19% | 0.87% | - |
| XYZ | 57.6 | 67.01 | 76.23 | - |
| YUV | 208.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 218 | 0.19 | 0 | 0.02 | 0.13 | 174.29 | 0.39 | 0.79 |
| Hex | B4 | DE | DA | 13 | 0 | 2 | D | AE | 27 | 4F |
| Octal | 264 | 336 | 332 | 23 | 0 | 2 | 15 | 256 | 47 | 117 |
| Binary | 10110100 | 11011110 | 11011010 | 10011 | 0 | 10 | 1101 | 10101110 | 100111 | 1001111 |
Color Harmonies of #B4DEDA
Complementary color
Monochromatic Colors of #B4DEDA
Black with #B4DEDA
Text Example
Text Example
White with #B4DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DEDA; }
p { color: rgb(180,222,218); }
H1.HeaderClassName
{
color: #B4DEDA;
}
.AnyTagClassName
{
color: #B4DEDA;
}
</style>
background-color css
<style>
a { background-color: #B4DEDA; }
a { background-color: rgb(180,222,218); }
div.DivClassName
{
background-color: #B4DEDA;
}
.BgClassName
{
background-color: #B4DEDA;
}
</style>
border-color css
<style>
span { border-color: #B4DEDA; }
span { border-color: rgb(180,222,218); }
td.TdClassName
{
border-color: #B4DEDA;
}
.TagClassName
{
border-color: #B4DEDA;
}
</style>