Shades of Scandal #B6D1CE
Tints of Scandal #B6D1CE
RGB
CMYK
RGB Variations
Color information
#B6D1CE (or 0xB6D1CE) is known color: Scandal. HEX triplet: B6, D1 and CE. RGB value is (182,209,206). Sum of RGB (Red+Green+Blue) = 182+209+206=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D1CE is #492E31. Grayscale: #C8C8C8. Windows color (decimal): -4795954 or 13554102. OLE color: 13554102.
HSL color Cylindrical-coordinate representation of color #B6D1CE: hue angle of 173.33º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6D1CE is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 209 | 206 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.18 |
| HSL | 173.33º | 0.23% | 0.77% | - |
| HSV(B) | 173.33º | 0.13% | 0.82% | - |
| XYZ | 53.23 | 60 | 67.17 | - |
| YUV | 200.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 209 | 206 | 0.13 | 0 | 0.01 | 0.18 | 173.33 | 0.23 | 0.77 |
| Hex | B6 | D1 | CE | D | 0 | 1 | 12 | AD | 17 | 4D |
| Octal | 266 | 321 | 316 | 15 | 0 | 1 | 22 | 255 | 27 | 115 |
| Binary | 10110110 | 11010001 | 11001110 | 1101 | 0 | 1 | 10010 | 10101101 | 10111 | 1001101 |
Color Harmonies of #B6D1CE
Complementary color
Monochromatic Colors of #B6D1CE
Black with #B6D1CE
Text Example
Text Example
White with #B6D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D1CE; }
p { color: rgb(182,209,206); }
H1.HeaderClassName
{
color: #B6D1CE;
}
.AnyTagClassName
{
color: #B6D1CE;
}
</style>
background-color css
<style>
a { background-color: #B6D1CE; }
a { background-color: rgb(182,209,206); }
div.DivClassName
{
background-color: #B6D1CE;
}
.BgClassName
{
background-color: #B6D1CE;
}
</style>
border-color css
<style>
span { border-color: #B6D1CE; }
span { border-color: rgb(182,209,206); }
td.TdClassName
{
border-color: #B6D1CE;
}
.TagClassName
{
border-color: #B6D1CE;
}
</style>