Shades of Scandal #B7DEDA
Tints of Scandal #B7DEDA
RGB
CMYK
RGB Variations
Color information
#B7DEDA (or 0xB7DEDA) is known color: Scandal. HEX triplet: B7, DE and DA. RGB value is (183,222,218). Sum of RGB (Red+Green+Blue) = 183+222+218=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DEDA is #482125. Grayscale: #D1D1D1. Windows color (decimal): -4727078 or 14343863. OLE color: 14343863.
HSL color Cylindrical-coordinate representation of color #B7DEDA: hue angle of 173.85º degrees, saturation: 0.37, 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 #B7DEDA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 222 | 218 | - |
CMYK | 0.18 | 0 | 0.02 | 0.13 |
HSL | 173.85º | 0.37% | 0.79% | - |
HSV(B) | 173.85º | 0.18% | 0.87% | - |
XYZ | 58.3 | 67.37 | 76.26 | - |
YUV | 209.88 | 132.58 | 108.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 222 | 218 | 0.18 | 0 | 0.02 | 0.13 | 173.85 | 0.37 | 0.79 |
Hex | B7 | DE | DA | 12 | 0 | 2 | D | AE | 25 | 4F |
Octal | 267 | 336 | 332 | 22 | 0 | 2 | 15 | 256 | 45 | 117 |
Binary | 10110111 | 11011110 | 11011010 | 10010 | 0 | 10 | 1101 | 10101110 | 100101 | 1001111 |
Color Harmonies of #B7DEDA
Complementary color
Monochromatic Colors of #B7DEDA
Black with #B7DEDA
Text Example
Text Example
White with #B7DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DEDA; }
p { color: rgb(183,222,218); }
H1.HeaderClassName
{
color: #B7DEDA;
}
.AnyTagClassName
{
color: #B7DEDA;
}
</style>
background-color css
<style>
a { background-color: #B7DEDA; }
a { background-color: rgb(183,222,218); }
div.DivClassName
{
background-color: #B7DEDA;
}
.BgClassName
{
background-color: #B7DEDA;
}
</style>
border-color css
<style>
span { border-color: #B7DEDA; }
span { border-color: rgb(183,222,218); }
td.TdClassName
{
border-color: #B7DEDA;
}
.TagClassName
{
border-color: #B7DEDA;
}
</style>