Shades of Scandal #B1D6CC
Tints of Scandal #B1D6CC
RGB
CMYK
RGB Variations
Color information
#B1D6CC (or 0xB1D6CC) is known color: Scandal. HEX triplet: B1, D6 and CC. RGB value is (177,214,204). Sum of RGB (Red+Green+Blue) = 177+214+204=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D6CC is #4E2933. Grayscale: #C9C9C9. Windows color (decimal): -5122356 or 13424305. OLE color: 13424305.
HSL color Cylindrical-coordinate representation of color #B1D6CC: hue angle of 163.78º 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 #B1D6CC is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 204 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.16 |
| HSL | 163.78º | 0.31% | 0.77% | - |
| HSV(B) | 163.78º | 0.17% | 0.84% | - |
| XYZ | 53.08 | 61.8 | 66.26 | - |
| YUV | 201.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 204 | 0.17 | 0 | 0.05 | 0.16 | 163.78 | 0.31 | 0.77 |
| Hex | B1 | D6 | CC | 11 | 0 | 5 | 10 | A4 | 1F | 4D |
| Octal | 261 | 326 | 314 | 21 | 0 | 5 | 20 | 244 | 37 | 115 |
| Binary | 10110001 | 11010110 | 11001100 | 10001 | 0 | 101 | 10000 | 10100100 | 11111 | 1001101 |
Color Harmonies of #B1D6CC
Complementary color
Monochromatic Colors of #B1D6CC
Black with #B1D6CC
Text Example
Text Example
White with #B1D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D6CC; }
p { color: rgb(177,214,204); }
H1.HeaderClassName
{
color: #B1D6CC;
}
.AnyTagClassName
{
color: #B1D6CC;
}
</style>
background-color css
<style>
a { background-color: #B1D6CC; }
a { background-color: rgb(177,214,204); }
div.DivClassName
{
background-color: #B1D6CC;
}
.BgClassName
{
background-color: #B1D6CC;
}
</style>
border-color css
<style>
span { border-color: #B1D6CC; }
span { border-color: rgb(177,214,204); }
td.TdClassName
{
border-color: #B1D6CC;
}
.TagClassName
{
border-color: #B1D6CC;
}
</style>