Shades of Spindle #B6C1CF
Tints of Spindle #B6C1CF
RGB
CMYK
RGB Variations
Color information
#B6C1CF (or 0xB6C1CF) is known color: Spindle. HEX triplet: B6, C1 and CF. RGB value is (182,193,207). Sum of RGB (Red+Green+Blue) = 182+193+207=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6C1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C1CF is #493E30. Grayscale: #BFBFBF. Windows color (decimal): -4800049 or 13615542. OLE color: 13615542.
HSL color Cylindrical-coordinate representation of color #B6C1CF: hue angle of 213.6º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6C1CF is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 193 | 207 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.19 |
| HSL | 213.6º | 0.21% | 0.76% | - |
| HSV(B) | 213.6º | 0.12% | 0.81% | - |
| XYZ | 49.62 | 52.59 | 66.57 | - |
| YUV | 191.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 207 | 0.12 | 0.07 | 0 | 0.19 | 213.6 | 0.21 | 0.76 |
| Hex | B6 | C1 | CF | C | 7 | 0 | 13 | D6 | 15 | 4C |
| Octal | 266 | 301 | 317 | 14 | 7 | 0 | 23 | 326 | 25 | 114 |
| Binary | 10110110 | 11000001 | 11001111 | 1100 | 111 | 0 | 10011 | 11010110 | 10101 | 1001100 |
Color Harmonies of #B6C1CF
Complementary color
Monochromatic Colors of #B6C1CF
Black with #B6C1CF
Text Example
Text Example
White with #B6C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C1CF; }
p { color: rgb(182,193,207); }
H1.HeaderClassName
{
color: #B6C1CF;
}
.AnyTagClassName
{
color: #B6C1CF;
}
</style>
background-color css
<style>
a { background-color: #B6C1CF; }
a { background-color: rgb(182,193,207); }
div.DivClassName
{
background-color: #B6C1CF;
}
.BgClassName
{
background-color: #B6C1CF;
}
</style>
border-color css
<style>
span { border-color: #B6C1CF; }
span { border-color: rgb(182,193,207); }
td.TdClassName
{
border-color: #B6C1CF;
}
.TagClassName
{
border-color: #B6C1CF;
}
</style>