Shades of Scandal #B7D3D2
Tints of Scandal #B7D3D2
RGB
CMYK
RGB Variations
Color information
#B7D3D2 (or 0xB7D3D2) is known color: Scandal. HEX triplet: B7, D3 and D2. RGB value is (183,211,210). Sum of RGB (Red+Green+Blue) = 183+211+210=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D3D2 is #482C2D. Grayscale: #CACACA. Windows color (decimal): -4729902 or 13816759. OLE color: 13816759.
HSL color Cylindrical-coordinate representation of color #B7D3D2: hue angle of 177.86º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7D3D2 is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 210 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.17 |
| HSL | 177.86º | 0.24% | 0.77% | - |
| HSV(B) | 177.86º | 0.13% | 0.83% | - |
| XYZ | 54.46 | 61.31 | 69.94 | - |
| YUV | 202.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 210 | 0.13 | 0 | 0.00 | 0.17 | 177.86 | 0.24 | 0.77 |
| Hex | B7 | D3 | D2 | D | 0 | 0 | 11 | B2 | 18 | 4D |
| Octal | 267 | 323 | 322 | 15 | 0 | 0 | 21 | 262 | 30 | 115 |
| Binary | 10110111 | 11010011 | 11010010 | 1101 | 0 | 0 | 10001 | 10110010 | 11000 | 1001101 |
Color Harmonies of #B7D3D2
Complementary color
Monochromatic Colors of #B7D3D2
Black with #B7D3D2
Text Example
Text Example
White with #B7D3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D3D2; }
p { color: rgb(183,211,210); }
H1.HeaderClassName
{
color: #B7D3D2;
}
.AnyTagClassName
{
color: #B7D3D2;
}
</style>
background-color css
<style>
a { background-color: #B7D3D2; }
a { background-color: rgb(183,211,210); }
div.DivClassName
{
background-color: #B7D3D2;
}
.BgClassName
{
background-color: #B7D3D2;
}
</style>
border-color css
<style>
span { border-color: #B7D3D2; }
span { border-color: rgb(183,211,210); }
td.TdClassName
{
border-color: #B7D3D2;
}
.TagClassName
{
border-color: #B7D3D2;
}
</style>