Shades of Scandal #B9D6D3
Tints of Scandal #B9D6D3
RGB
CMYK
RGB Variations
Color information
#B9D6D3 (or 0xB9D6D3) is known color: Scandal. HEX triplet: B9, D6 and D3. RGB value is (185,214,211). Sum of RGB (Red+Green+Blue) = 185+214+211=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D6D3 is #46292C. Grayscale: #CCCCCC. Windows color (decimal): -4598061 or 13883065. OLE color: 13883065.
HSL color Cylindrical-coordinate representation of color #B9D6D3: hue angle of 173.79º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D6D3 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 214 | 211 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.16 |
| HSL | 173.79º | 0.26% | 0.78% | - |
| HSV(B) | 173.79º | 0.14% | 0.84% | - |
| XYZ | 55.81 | 63.11 | 70.87 | - |
| YUV | 204.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 214 | 211 | 0.14 | 0 | 0.01 | 0.16 | 173.79 | 0.26 | 0.78 |
| Hex | B9 | D6 | D3 | E | 0 | 1 | 10 | AE | 1A | 4E |
| Octal | 271 | 326 | 323 | 16 | 0 | 1 | 20 | 256 | 32 | 116 |
| Binary | 10111001 | 11010110 | 11010011 | 1110 | 0 | 1 | 10000 | 10101110 | 11010 | 1001110 |
Color Harmonies of #B9D6D3
Complementary color
Monochromatic Colors of #B9D6D3
Black with #B9D6D3
Text Example
Text Example
White with #B9D6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D6D3; }
p { color: rgb(185,214,211); }
H1.HeaderClassName
{
color: #B9D6D3;
}
.AnyTagClassName
{
color: #B9D6D3;
}
</style>
background-color css
<style>
a { background-color: #B9D6D3; }
a { background-color: rgb(185,214,211); }
div.DivClassName
{
background-color: #B9D6D3;
}
.BgClassName
{
background-color: #B9D6D3;
}
</style>
border-color css
<style>
span { border-color: #B9D6D3; }
span { border-color: rgb(185,214,211); }
td.TdClassName
{
border-color: #B9D6D3;
}
.TagClassName
{
border-color: #B9D6D3;
}
</style>