Shades of Scandal #B7D7D0
Tints of Scandal #B7D7D0
RGB
CMYK
RGB Variations
Color information
#B7D7D0 (or 0xB7D7D0) is known color: Scandal. HEX triplet: B7, D7 and D0. RGB value is (183,215,208). Sum of RGB (Red+Green+Blue) = 183+215+208=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7D0 is #48282F. Grayscale: #CCCCCC. Windows color (decimal): -4728880 or 13686711. OLE color: 13686711.
HSL color Cylindrical-coordinate representation of color #B7D7D0: hue angle of 166.88º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D7D0 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 183 | 215 | 208 | - |
CMYK | 0.15 | 0 | 0.03 | 0.16 |
HSL | 166.88º | 0.29% | 0.78% | - |
HSV(B) | 166.88º | 0.15% | 0.84% | - |
XYZ | 55.21 | 63.22 | 68.97 | - |
YUV | 204.63 | 129.9 | 112.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 215 | 208 | 0.15 | 0 | 0.03 | 0.16 | 166.88 | 0.29 | 0.78 |
Hex | B7 | D7 | D0 | F | 0 | 3 | 10 | A7 | 1D | 4E |
Octal | 267 | 327 | 320 | 17 | 0 | 3 | 20 | 247 | 35 | 116 |
Binary | 10110111 | 11010111 | 11010000 | 1111 | 0 | 11 | 10000 | 10100111 | 11101 | 1001110 |
Color Harmonies of #B7D7D0
Complementary color
Monochromatic Colors of #B7D7D0
Black with #B7D7D0
Text Example
Text Example
White with #B7D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D7D0; }
p { color: rgb(183,215,208); }
H1.HeaderClassName
{
color: #B7D7D0;
}
.AnyTagClassName
{
color: #B7D7D0;
}
</style>
background-color css
<style>
a { background-color: #B7D7D0; }
a { background-color: rgb(183,215,208); }
div.DivClassName
{
background-color: #B7D7D0;
}
.BgClassName
{
background-color: #B7D7D0;
}
</style>
border-color css
<style>
span { border-color: #B7D7D0; }
span { border-color: rgb(183,215,208); }
td.TdClassName
{
border-color: #B7D7D0;
}
.TagClassName
{
border-color: #B7D7D0;
}
</style>