Shades of Scandal #B1D6D3
Tints of Scandal #B1D6D3
RGB
CMYK
RGB Variations
Color information
#B1D6D3 (or 0xB1D6D3) is known color: Scandal. HEX triplet: B1, D6 and D3. RGB value is (177,214,211). Sum of RGB (Red+Green+Blue) = 177+214+211=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D6D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D6D3 is #4E292C. Grayscale: #CACACA. Windows color (decimal): -5122349 or 13883057. OLE color: 13883057.
HSL color Cylindrical-coordinate representation of color #B1D6D3: hue angle of 175.14º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1D6D3 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 211 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.16 |
| HSL | 175.14º | 0.31% | 0.77% | - |
| HSV(B) | 175.14º | 0.17% | 0.84% | - |
| XYZ | 53.94 | 62.14 | 70.78 | - |
| YUV | 202.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 211 | 0.17 | 0 | 0.01 | 0.16 | 175.14 | 0.31 | 0.77 |
| Hex | B1 | D6 | D3 | 11 | 0 | 1 | 10 | AF | 1F | 4D |
| Octal | 261 | 326 | 323 | 21 | 0 | 1 | 20 | 257 | 37 | 115 |
| Binary | 10110001 | 11010110 | 11010011 | 10001 | 0 | 1 | 10000 | 10101111 | 11111 | 1001101 |
Color Harmonies of #B1D6D3
Complementary color
Monochromatic Colors of #B1D6D3
Black with #B1D6D3
Text Example
Text Example
White with #B1D6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D6D3; }
p { color: rgb(177,214,211); }
H1.HeaderClassName
{
color: #B1D6D3;
}
.AnyTagClassName
{
color: #B1D6D3;
}
</style>
background-color css
<style>
a { background-color: #B1D6D3; }
a { background-color: rgb(177,214,211); }
div.DivClassName
{
background-color: #B1D6D3;
}
.BgClassName
{
background-color: #B1D6D3;
}
</style>
border-color css
<style>
span { border-color: #B1D6D3; }
span { border-color: rgb(177,214,211); }
td.TdClassName
{
border-color: #B1D6D3;
}
.TagClassName
{
border-color: #B1D6D3;
}
</style>