Shades of Scandal #B7DDDB
Tints of Scandal #B7DDDB
RGB
CMYK
RGB Variations
Color information
#B7DDDB (or 0xB7DDDB) is known color: Scandal. HEX triplet: B7, DD and DB. RGB value is (183,221,219). Sum of RGB (Red+Green+Blue) = 183+221+219=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDDB is #482224. Grayscale: #D1D1D1. Windows color (decimal): -4727333 or 14409143. OLE color: 14409143.
HSL color Cylindrical-coordinate representation of color #B7DDDB: hue angle of 176.84º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DDDB is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 221 | 219 | - |
CMYK | 0.17 | 0 | 0.01 | 0.13 |
HSL | 176.84º | 0.36% | 0.79% | - |
HSV(B) | 176.84º | 0.17% | 0.87% | - |
XYZ | 58.17 | 66.89 | 76.86 | - |
YUV | 209.41 | 133.41 | 109.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 221 | 219 | 0.17 | 0 | 0.01 | 0.13 | 176.84 | 0.36 | 0.79 |
Hex | B7 | DD | DB | 11 | 0 | 1 | D | B1 | 24 | 4F |
Octal | 267 | 335 | 333 | 21 | 0 | 1 | 15 | 261 | 44 | 117 |
Binary | 10110111 | 11011101 | 11011011 | 10001 | 0 | 1 | 1101 | 10110001 | 100100 | 1001111 |
Color Harmonies of #B7DDDB
Complementary color
Monochromatic Colors of #B7DDDB
Black with #B7DDDB
Text Example
Text Example
White with #B7DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DDDB; }
p { color: rgb(183,221,219); }
H1.HeaderClassName
{
color: #B7DDDB;
}
.AnyTagClassName
{
color: #B7DDDB;
}
</style>
background-color css
<style>
a { background-color: #B7DDDB; }
a { background-color: rgb(183,221,219); }
div.DivClassName
{
background-color: #B7DDDB;
}
.BgClassName
{
background-color: #B7DDDB;
}
</style>
border-color css
<style>
span { border-color: #B7DDDB; }
span { border-color: rgb(183,221,219); }
td.TdClassName
{
border-color: #B7DDDB;
}
.TagClassName
{
border-color: #B7DDDB;
}
</style>