Shades of Scandal #B6D6D3
Tints of Scandal #B6D6D3
RGB
CMYK
RGB Variations
Color information
#B6D6D3 (or 0xB6D6D3) is known color: Scandal. HEX triplet: B6, D6 and D3. RGB value is (182,214,211). Sum of RGB (Red+Green+Blue) = 182+214+211=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6D3 is #49292C. Grayscale: #CCCCCC. Windows color (decimal): -4794669 or 13883062. OLE color: 13883062.
HSL color Cylindrical-coordinate representation of color #B6D6D3: hue angle of 174.38º degrees, saturation: 0.28, 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 #B6D6D3 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 214 | 211 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.16 |
| HSL | 174.38º | 0.28% | 0.78% | - |
| HSV(B) | 174.38º | 0.15% | 0.84% | - |
| XYZ | 55.1 | 62.74 | 70.83 | - |
| YUV | 204.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 214 | 211 | 0.15 | 0 | 0.01 | 0.16 | 174.38 | 0.28 | 0.78 |
| Hex | B6 | D6 | D3 | F | 0 | 1 | 10 | AE | 1C | 4E |
| Octal | 266 | 326 | 323 | 17 | 0 | 1 | 20 | 256 | 34 | 116 |
| Binary | 10110110 | 11010110 | 11010011 | 1111 | 0 | 1 | 10000 | 10101110 | 11100 | 1001110 |
Color Harmonies of #B6D6D3
Complementary color
Monochromatic Colors of #B6D6D3
Black with #B6D6D3
Text Example
Text Example
White with #B6D6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D6D3; }
p { color: rgb(182,214,211); }
H1.HeaderClassName
{
color: #B6D6D3;
}
.AnyTagClassName
{
color: #B6D6D3;
}
</style>
background-color css
<style>
a { background-color: #B6D6D3; }
a { background-color: rgb(182,214,211); }
div.DivClassName
{
background-color: #B6D6D3;
}
.BgClassName
{
background-color: #B6D6D3;
}
</style>
border-color css
<style>
span { border-color: #B6D6D3; }
span { border-color: rgb(182,214,211); }
td.TdClassName
{
border-color: #B6D6D3;
}
.TagClassName
{
border-color: #B6D6D3;
}
</style>